Skip to main content
Glama

Graph Correlate

graph_correlate
Idempotent

Combine multiple scan snapshots into one bounded, provenance-rich correlation snapshot with freshness bounds and an audit trail.

Instructions

Create one bounded, provenance-rich correlation snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable correlation run name.
reasonYesHuman audit reason for creating the correlation.
scan_idsYesTwo to 32 exact immutable source snapshot ids.
tenant_idNoTenant scope bound by MCP authentication context.default
allow_staleNoAdmit stale evidence while preserving its stale label.
max_age_hoursYesRequired source-evidence freshness bound in hours.
operator_roleNoOperator role for this write action (audit).viewer
idempotency_keyYesCaller-stable retry key for this exact correlation request.
operator_scopesNoComma-separated operator scopes (audit).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the operation's safety profile is covered by structured data. The description adds modest context beyond annotations — 'one... snapshot' signals a single point-in-time artifact and 'bounded' signals constrained scope — but it does not disclose audit expectations, stale-evidence handling, or how the resulting snapshot is later retrieved.

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?

At six words, the description is extremely efficient. 'Create' is front-loaded, and every modifier — 'one,' 'bounded,' 'provenance-rich' — earns its place given that the schema and annotations carry the detailed documentation burden.

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 schema fully documents all 9 parameters, annotations cover idempotency and non-destructiveness, and an output schema exists, so an agent can technically invoke the tool correctly. However, for a tool with 9 parameters and 80+ siblings, the absence of any guidance on when to use this snapshot tool versus runtime_correlate, or how results are later consumed via graph_correlation_status, is a real gap.

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 100%, so every parameter is already documented in the input schema, which sets the baseline at 3. The description's 'bounded' and 'provenance-rich' add interpretive color about the overall operation but no parameter-level detail beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the specific verb 'Create' and the resource 'correlation snapshot,' with 'bounded' and 'provenance-rich' conveying scope and data focus. It is clear but does not explicitly differentiate itself from closely related siblings such as runtime_correlate or graph_correlation_status, so the agent must inspect the schema to understand the distinction.

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?

The one-line description provides no when-to-use context, no exclusions, and no mention of alternatives. Given the sibling list contains runtime_correlate and graph_correlation_status, an agent receives no guidance on when a bounded snapshot correlation is the right choice versus runtime or status-checking operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/msaad00/agent-bom'

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