Skip to main content
Glama

explore_connections

Build reasoning paths, find related memories through spreading activation, or discover bridging connections between memory nodes.

Instructions

Graph exploration tool for memory connections. Actions: 'chain' (build reasoning path between memories), 'associations' (find related memories via spreading activation + hippocampal index), 'bridges' (find connecting memories between two nodes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoTarget memory ID (required for 'chain' and 'bridges')
fromYesSource memory ID
limitNoMaximum results (default: 10)
actionYesType of exploration: 'chain' builds reasoning path, 'associations' finds related memories, 'bridges' finds connecting memories
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. The description states actions but does not mention safety, side effects, authorization needs, or whether the tool is read-only or modifies state. The actions are likely reads, but this is not clarified.

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?

Extremely concise: two sentences, front-loaded with purpose, then lists actions. Every sentence adds value; no filler or redundancy.

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?

The description covers the three actions adequately but lacks information about return format, pagination, or how to handle parameters (e.g., 'to' is required for chain and bridges but not mentioned in description). With no output schema, more context on output 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 coverage is 100% with descriptions for all parameters. The description adds minimal value beyond the schema, as the action enum descriptions in the schema already explain each action. The description provides a slightly more narrative explanation but no new semantic details.

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?

Description clearly identifies it as a graph exploration tool for memory connections with three distinct actions (chain, associations, bridges), each briefly explained. The verb 'explore' is appropriate and distinguishes from sibling tools like 'search' or 'cross_reference'.

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 lists the three actions implying use cases, but does not explicitly state when to use this tool over alternatives among the 30+ sibling tools, many of which are also graph-related (e.g., composed_graph, cross_reference, deep_reference). Lacks when-not or alternative suggestions.

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/samvallad33/vestige'

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