gograph_routes
Discover all HTTP routes and endpoints in a Go codebase with read-only static analysis. Maps method/route paths to handlers for full API structure overview.
Instructions
Discover all registered HTTP routes and endpoints defined inside the codebase. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool to map out the entire web API structure of a microservice or application. Do NOT use if you need downstream call details (use gograph_endpoint instead). COMPLETENESS: Returns a structured table of HTTP method/route paths mapped to Go handlers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||