Skip to main content
Glama

mindgap_get_node

Retrieve a node and its neighborhood from the knowledge graph, with configurable depth from 1 to 3 levels. Returns null if the id is missing, avoiding errors.

Instructions

Fetch a node and its neighborhood (depth 1..3, default 1). Missing id returns node:null (clean miss, not an error).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
depthNo
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 a missing id returns node:null (clean miss, not an error) and notes the default depth. This is transparent for a simple read operation, though it omits discussion of authentication or rate limits.

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?

Two sentences with no wasted words. All information is front-loaded and essential.

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 simple fetch tool with 2 params and no output schema, the description covers purpose, depth behavior, and missing-id behavior. However, it does not describe the return structure (e.g., node data and neighborhood format), which would be helpful. Still, it is largely complete.

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 coverage is 0%, so the description must compensate. It adds meaning for 'depth' (range 1..3, default 1) but does not clarify what 'id' represents (e.g., node ID string). The missing-id behavior is about the result, not the parameter meaning. Partial coverage.

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 verb 'Fetch' and the resource 'a node and its neighborhood'. It specifies the depth range (1..3) with a default of 1, and distinguishes this read operation from siblings like mindgap_add_node or mindgap_remove_node.

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 fetching a node and its neighbors, but it does not explicitly state when to use this tool versus alternatives like mindgap_find or mindgap_context. No when-not or exclusion criteria are provided.

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/grburgess/mindgap'

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