Skip to main content
Glama

rtfm_graph

Trace dependencies by showing graph neighbors of a file—imports, links, includes, or citations. Filter by direction and relation type to identify dependents or dependencies.

Instructions

Show graph neighbors of a file (imports, links, includes, citations).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesbook slug or absolute file path
directionNo"outgoing" (deps), "incoming" (dependents), or "both"
relation_typeNofilter by "import" | "link" | "include" | "cite"

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.45.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that the tool returns graph neighbors and hints at scoping via relation types, which is useful. However, it does not clarify whether traversal is immediate only, whether results are ordered or limited, whether filtering is optional, or any side effects (though this appears read-only). The lack of annotation support leaves room for ambiguity.

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 a single, front-loaded sentence with zero filler. Every word contributes: the verb, the resource, the graph-neighbor scope, and the enumerated relation types. This is model conciseness.

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

Completeness3/5

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

For a simple read-style tool with 100% parameter schema coverage, the description covers the core purpose but leaves gaps: no default behavior for 'direction' or 'relation_type' is stated, no output format is described, and no distinction from sibling tools is provided. Since there is no output schema, a bit more detail about the result shape or default behavior would improve completeness.

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?

Schema description coverage is 100%, so the input schema already documents all three parameters. The description adds a small amount of context by listing relation types in prose, but it does not meaningfully enrich the semantic understanding beyond what the schema provides. Baseline of 3 is appropriate.

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

Purpose4/5

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

The description states a specific verb ('Show'), a resource ('graph neighbors of a file'), and enumerates the relation types (imports, links, includes, citations). It clearly communicates what the tool does, though it doesn't explicitly differentiate from the sibling tool rtfm_expand, which may have a similar graph-expansion role.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives like rtfm_expand or rtfm_context. The description implies use when needing neighbor information, but there is no explicit context, prerequisites, or exclusions to help an agent choose among siblings.

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

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/roomi-fields/rtfm'

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