Skip to main content
Glama

composed_graph

Query composition memory to retrieve recent lanes, neighbors, never-composed pairs, or bounty-mode lanes. Label outcomes with statuses like helpful, dead_end, or duplicate_risk.

Instructions

ComposedGraph memory topology. Reads durable composition events, members, and outcome labels; returns recent/already-composed lanes, neighbors, never-composed pairs, bounty-mode lanes, and lets users label outcomes such as helpful, submitted, accepted, rejected, duplicate_risk, needs_poc, or dead_end.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional tag filter for never_composed and bounty_mode.
limitNoMaximum rows to return (default 10, max 100).
notesNoOptional outcome notes.
actionYesComposedGraph action to run.
event_idNoComposition event id for get/label actions.
memory_idNoMemory id for memory/neighbors actions.
label_sourceNoWhere the outcome label came from (default: user).
outcome_typeNoOutcome label for label action.
confidence_deltaNoOptional confidence adjustment for this outcome.
Behavior2/5

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

With no annotations provided, the description must fully disclose behavior. It indicates read operations and labeling, but does not specify side effects of labeling (e.g., mutability, persistence), authentication needs, rate limits, or whether labeling is destructive. This limits the agent's understanding of consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single long sentence that packs in many details. While it is not overly verbose, it lacks structure (e.g., bullet points or separate sentences for different functionalities), reducing readability.

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 9 parameters, no output schema, and moderate complexity, the description lists return types (e.g., lanes, neighbors) but does not specify the structure or format of the returns. This leaves gaps for an agent relying on full context.

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%, so parameters are already documented. The description adds context by grouping actions and outcomes, but does not provide additional semantic detail beyond the schema's property descriptions.

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: 'ComposedGraph memory topology' and lists specific actions (recent, get, memory, neighbors, never_composed, bounty_mode, label) and outcome types, making it distinct from sibling tools like memory or memory_graph.

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 explicit guidance on when to use this tool versus alternatives like memory, memory_graph, or search. The description implies usage through the action enum but does not mention when not to use it or provide comparisons.

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