Skip to main content
Glama

memory_edges

List a node's typed edges: outgoing dependencies or incoming reverse edges, such as tasks that track an issue.

Instructions

List a node's typed edges: direction=from returns its outgoing edges (deps / links / tracks); direction=into is the reverse traversal (e.g. tasks that track an issue, or nodes that depend on this one).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idNo
directionYes
github_repoNo
github_ownerNo
github_numberNo
Behavior3/5

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

With no annotations, the description carries the full burden. It explains the two directions and mentions that direction=from requires node_id (though schema marks it optional). However, it omits return format or edge types, and there's no output schema to compensate.

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 main purpose, and contains no extraneous words. Two sentences effectively communicate the core functionality.

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?

Given the five parameters and no output schema, the description is somewhat incomplete. It does not describe the return format, edge types, or clarify the optional parameters. The schema's description adds context, but the tool description lacks details for a complete understanding.

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 0%; the description only explains direction and node_id partially. The schema's own description (available to the agent) covers the github ref alternative, but github_repo, github_owner, github_number remain unexplained in the tool description. Baseline 3 due to schema 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 tool lists a node's typed edges, differentiating between outgoing (from) and incoming (into) directions. It uses specific verbs and resource, contrasting with sibling tools like memory_edge_add or memory_show.

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 provides context on how to use the two directions with examples (e.g., tasks that track an issue), but does not explicitly guide when to use this tool over alternatives like memory_edge_add or memory_search. No exclusions or when-not scenarios are mentioned.

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/cq27-dev/rag-rat'

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