Skip to main content
Glama

get_saga_timeline

Inspect a payload-safe timeline for a saga to see combined steps, workflow nodes, audit evidence, and integrity status for verification and debugging.

Instructions

Inspect a payload-safe timeline combining steps, workflow nodes, audit evidence, and integrity status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
saga_idYes
Install Server

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. 'Inspect' implies a read-only operation and 'payload-safe' hints at behavioral handling of data, which adds some context beyond the schema. However, it does not explain what 'payload-safe' means, whether any state is modified, how pagination works, or what integrity status entails.

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

Conciseness4/5

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

The entire description is a single front-loaded sentence that communicates the primary purpose and the main content of the response. It is concise and avoids filler, though the term 'payload-safe' introduces some ambiguity that could be clarified without added length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations, no output schema, and two parameters including a non-obvious limit, the description is too thin. It names what the timeline combines but does not describe return shape, pagination, parameter effects, or how this tool relates to closely named siblings. The agent would need to guess several important operational details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not compensate by explaining either parameter. 'saga_id' is inferable from the tool name and schema, but 'limit' is completely unexplained, including its default and maximum behavior. The description adds no meaning beyond the raw parameter names and types.

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 uses the specific verb 'Inspect' and names the resource ('saga timeline') along with the components it combines: steps, workflow nodes, audit evidence, and integrity status. This distinguishes it from sibling tools like get_saga or get_audit_events by signaling a merged view, though it does not explicitly name a sibling to differentiate against.

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 description gives no guidance on when to use this tool versus alternatives such as get_audit_events, verify_audit_chain, or get_saga. There is no explicit context for when this combined timeline is appropriate or when it is not, leaving the agent to infer usage solely from the name and description.

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

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/ananthaprakashb/semantic-saga-mcp'

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