Skip to main content
Glama

Graph Ingest

graph_ingest
Idempotent

Queue a document for async extraction into the memory graph, or check the ingest backlog. Use for files that don't need immediate conversation reflection.

Instructions

Queue a document for asynchronous extraction into the memory graph (mode='queue'), or check the ingest backlog (mode='status'). Use this when you have a file the user wants summarized into the graph but doesn't need it reflected in the same conversation — the nightly dream process picks queued documents up. For inline assertions during a conversation, call graph_relate directly instead. Idempotent: queueing the same file twice overwrites the prior copy in the pending dir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesqueue: add file to pending. status: check queue.
file_pathNoPath to file to queue (required for queue action)
metaNoOptional metadata for the queued document
Behavior4/5

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

Annotations provide idempotentHint=true, and the description adds that queueing the same file twice overwrites the prior copy. It also explains the asynchronous nature and nightly dream process. More detail on destructive behavior or auth needs would be nice, but the description adds value beyond annotations.

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 three tight sentences with no filler. Each sentence presents a distinct, valuable point: setting modes, usage guidance, and idempotency. Front-loaded with action description.

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?

Given 3 parameters, no output schema, and sibling tools, the description covers purpose, usage, and behavioral traits well. However, it does not describe what the 'status' mode returns (output format missing), leaving a small gap in 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?

Input schema has 100% parameter coverage, so baseline is 3. The description adds no additional meaning beyond what the schema provides (e.g., file_path required for queue is already in schema description). Satisfactory but not exceeding schema.

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 does two things: queue a document for async extraction or check the ingest backlog. It uses specific verbs and resource ('queue a document', 'check the ingest backlog') and distinguishes from sibling tool graph_relate by specifying when to use each.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool ('when you have a file the user wants summarized into the graph but doesn't need it reflected in the same conversation') and when not to (for inline assertions, use graph_relate instead). It provides clear context and alternatives.

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/stevepridemore/graph-memory'

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