Skip to main content
Glama
testigo-recall

testigo-recall-mcp

Official

get_module_facts

Retrieve all extracted facts for a specific module, covering behavior, design decisions, and assumptions. Use module IDs from search_codebase to deep-dive into any module.

Instructions

Get all extracted facts for a specific module.

Module IDs look like "SCAN:backend/app/api". Use search_codebase first to discover module IDs, then use this for a deep dive into a specific module.

Args: module_id: The module identifier (e.g. "SCAN:backend/app/api/simplified")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. 'Get' implies a read operation, but it does not explicitly state read-only, potential side effects, or prerequisites beyond module discovery. The mention of 'extracted facts' suggests data persisted elsewhere but lacks clarity on behavior.

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 concise, front-loaded with the core purpose, and every sentence contributes. The argument documentation is integrated clearly without 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?

For a single-parameter read tool with an output schema, the description covers purpose, usage workflow, and parameter format. It omits potential errors or return value specifics, but the output schema likely fills that gap, making it sufficiently complete.

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 0%, but the description compensates by explaining the module_id format with examples like 'SCAN:backend/app/api/simplified,' adding meaningful context beyond the bare string type.

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's purpose: 'Get all extracted facts for a specific module.' It also differentiates from search_codebase by positioning this as a 'deep dive' after discovery.

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

Usage Guidelines5/5

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

Explicit guidance is provided: 'Use search_codebase first to discover module IDs, then use this for a deep dive.' This directly tells the agent when to use this tool and references an alternative.

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/testigo-recall/testigo-recall-mcp'

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