GitHub
GitHub repository search
Search public GitHub repositories with GitHub query syntax (e.g. 'mcp server language:typescript stars:>100'). Returns total count and matching repos with stars, description, language.
Use this tool with your agent
Give this to your agent
Use my connected Agentik MCP server. I want to use the tool github/search-repositories (GitHub repository search). Call inspect_tool with {"tool_id": "github/search-repositories"} first and tell me the price before anything runs. Ask me for the inputs it needs; never invent values, IDs or file URLs. When I confirm, call run_tool with tool_id "github/search-repositories" and my inputs, follow it with get_run if it is still running, and give me the result and the price Agentik reports. If the tool is unavailable, say so and use discover_tools to propose an alternative.Show the prompt
Paste it into Claude, ChatGPT or Codex: your agent takes it from there, and shows the price before it runs.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
q | string | Yes | GitHub search query with qualifiers |
sort | string | No | Default: best match Options: stars, forks, help-wanted-issues, updated. |
order | string | No | Options: asc, desc. |
per_page | integer | No | |
page | integer | No |
How your agent calls it
First inspect_tool for the current schema and price, then run_tool with the published example after confirming your inputs:
{
"tool_id": "github/search-repositories",
"input": {
"q": "hono language:typescript",
"per_page": 2,
"sort": "stars"
}
}Price and billing
- Price
- Free
- Model
- Per call
- Detail
- No charge per call. A workspace is still needed so your agent can call it.
- License
- GitHub REST API (public data)
- Attribution
- Data from the GitHub REST API
- The provider’s price, 0% markup.
- One prepaid balance for every provider; your agent sees the price before it runs.
- Pay for measured usage; unused reservations are released.