Skip to main content
Glama

sumo_qa_scan_repo

Walk a repository and return a compact QA-relevant summary: per-type node counts, test edge counts by confidence, command counts by kind, and warning counts by kind. Optionally writes a repo-map artifact.

Instructions

Walk a repository and return a compact summary of its QA-relevant shape: per-type node counts, likely_tests edge counts by confidence, command counts by kind, warning counts by kind. Optionally writes the full schema-validated .sumo-qa/repo-map.json artifact to disk via write_to.

Common natural-language phrasings that map to this tool: "map this repo", "scan the repo and tell me what's here", "give me a QA-shaped inventory of this project", "what tests exercise what sources in this repo", "generate the repo-map artifact for X".

root is the repository to scan (absolute or relative to the MCP server's working directory). generator_version defaults to the installed sumo-qa version. write_to is optional — when set, the full artifact is written to that JSON path, deterministic on the same repo state except for project.generated_at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootYes
generator_versionNo
write_toNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sumithr/sumo-qa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server