discover_services
Identify project services and entry points to understand structure before running full analysis.
Instructions
Discover services in the project without running full analysis.
Use this during onboarding to understand project structure BEFORE running analyze_project.
Returns:
Service names and paths (e.g., "backend" at "apps/backend")
Entry points (e.g., "src/index.ts")
No graph data yet — this is fast discovery only
Workflow:
discover_services — see what's in the project
analyze_project — build graph for specific service or all
Query tools — explore the graph
Tip: If project has no .grafema/config.yaml, this scans for common patterns (package.json, index.ts, etc.). Use write_config to save the configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||