Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search commits across GitHub repositories on their default branches with query qualifiers
github__search_commits
{ "type": "object", "properties": { "q": { "type": "string", "description": "Required GitHub search query. For organization activity, use org:<ORG> author:<USER> author-date:<START>..<END>." }, "sort": { "type": "string", "description": "Sort by author-date or committer-date" }, "order": { "type": "string", "description": "Sort order: desc or asc" }, "per_page": { "type": "number", "description": "Results per page (max 100)" }, "page": { "type": "number", "description": "Page number for pagination" } }, "required": [ "q" ], "description": "Input schema for the github__search_commits tool." }