Navigation & Search — MCP Tools
2 tools in the Navigation & Search group of the Routebase MCP server.
get_dashboard
Get dashboard statistics for the active project: spec count, environment count, and project info. Requires project context (call set_context first).
Required scope: projects:read
No parameters.
search
Search across API specs and endpoints in the active project by name, path, or description. Returns matching specs and endpoints. Requires project context.
Required scope: projects:read, specs:read
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | Search query string (matches against names, paths, summaries, descriptions) |
limit |
integer | No (default 10) |
Maximum number of results per category (default 10, max 50) |