gograph_routes
List all HTTP routes in a Go codebase with methods, URL patterns, and handler names. Compose constant prefixes for complete API surface, leaving dynamic prefixes unresolved. Use to map endpoints before deep-diving into specific route logic.
Instructions
List all HTTP routes registered in the codebase with their HTTP methods, URL patterns, and handler function names. Constant nested Gin/Echo/Fiber Group prefixes and Chi Route closure prefixes are composed into final paths; dynamically computed prefixes remain unresolved. The MCP server checks content-digest freshness before this call and incrementally refreshes changed package ASTs in the current requested analysis mode; precise and precise_fallback graphs retry repository-wide CHA/SSA after source changes. Read-only; no side effects. WHEN TO USE: To get the complete API surface of a service before deep-diving into a specific route with gograph_endpoint. NOT TO USE: For full call chain analysis of a route (use gograph_endpoint instead). RETURNS: Structured table of method/path/handler triples; empty when no HTTP routes are registered in the graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||