Skip to main content
Glama

Scan Codebase

sdd_scan_codebase
Read-onlyIdempotent

Scans the project structure to detect language, framework, package manager, folder layout, and key files, providing context for auto-steering.

Instructions

Scans the workspace project structure and returns auto-steering context: detected language, framework, package manager, folder structure, and key files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoScan depth (1-5, default 3)
excludeNoGlob patterns to exclude (defaults to node_modules, .git, dist)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false, already indicating safe read behavior. The description adds value by specifying the output content (language, framework, etc.), which is transparent about what the tool returns. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that front-loads the action and output. Every word is necessary, no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With two well-described parameters, no output schema, and annotations present, the description is fairly complete. It explains what the tool scans and returns. A minor gap is not mentioning that it operates on the current workspace or that it is fast, but overall it's sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters (depth and exclude) have descriptions in the input schema, covering 100%. The description does not add additional meaning beyond the schema, so it meets the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool scans workspace project structure and returns auto-steering context including language, framework, package manager, folder structure, and key files. This verb and resource are specific and distinguish it from siblings like sdd_discover or sdd_check_ecosystem.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for obtaining project structure context but provides no explicit guidance on when to use this tool versus alternatives such as sdd_discover, sdd_check_ecosystem, or sdd_cross_analyze. Given many sibling tools, lacking differentiation is a gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/paulasilvatech/specky'

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