Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | github__search_commits |
| Group | Integrations |
{
"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."
}