Skip to main content
Glama

explore

Read-only codebase exploration: generate a project map or answer questions about specific files, without loading code into your context.

Instructions

Read-only codebase exploration, the cheap counterpart to Claude's Explore. Two modes: omit files to get a general project map (layout, modules, entry points, build/test, conventions); pass files to answer a question about those specific files. Either way the code never enters your context — only the answer does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionNoWhat you want to know. With `files`: a question about them. Without: an optional angle (e.g. 'how auth works'). Omit entirely for a general map.
filesNoOptional file paths to scope the exploration to (relative to cwd or absolute).
cwdNoAbsolute path to the project root. Defaults to the server's cwd.
modelNoCursor model id (e.g. 'auto', 'composer-2.5', 'gpt-5.2'). Default 'auto' (cheapest).
effortNoReasoning effort for parameterized models (e.g. 'low'|'high'). Ignored by 'auto'.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that code never enters the agent's context (only the answer does), a key behavioral trait. It also hints at cost efficiency ('cheap counterpart'). No destructive or safety concerns are relevant.

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?

The description is three sentences, each earning its place. It is front-loaded with the core purpose, uses simple language, and avoids 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?

No output schema, but the description implies an answer is returned. For a read-only exploration tool, the description covers modes, parameters, and a key behavioral constraint (context isolation). Minor gap: could specify if errors are returned for missing files, but not critical.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the behavioral difference of omitting vs. providing the 'files' parameter and clarifies the 'question' parameter's optional behavior, going beyond the schema descriptions.

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 'Read-only codebase exploration' and explains two distinct modes (with/without files), effectively distinguishing its purpose from sibling tools like 'delegate' and 'follow_up'.

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

Usage Guidelines4/5

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

The description provides clear guidance on when to use each mode (omit files for a general map, pass files for specific questions). It does not explicitly mention when not to use it or name alternatives, but the context is sufficient.

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/JaimeJunr/cursor-mcp-bridge'

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