Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

describe_session

Retrieve full details of an agent session, including event messages and final output, to analyze execution and results.

Instructions

Get detailed information about a specific agent session.

Returns the full session record including all event messages emitted during agent execution and the final text output produced by the agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesThe session ID to retrieve full details for

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputNoFinal text output produced by the agent; extracted from the inference-succeeded event. None if the session has not completed or produced no text output.
statusYesSession status (RUNNING, COMPLETE, FAILED)
end_timeNoISO 8601 end timestamp; None if the session is still RUNNING
messagesNoOrdered list of session event messages captured during agent execution
agent_nameNoName of the agent that ran
session_idYesUnique session identifier
started_atNoISO 8601 start timestamp
duration_msNoTotal session duration in milliseconds
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses what is returned (full session record, event messages, final text output), which gives useful behavioral insight. However, it does not explicitly state that the operation is read-only or has no side effects, relying on the verb 'Get' to imply safety.

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 two concise sentences: the first states the purpose, the second details the return content. No superfluous information or redundancy.

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

Completeness5/5

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

Given the tool is a simple single-parameter detail fetch with an output schema present, the description sufficiently conveys purpose and return contents. It is complete enough for an agent to understand what to expect without needing additional elaboration.

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%, with the only parameter `session_id` fully described as 'The session ID to retrieve full details for'. The description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 'Get detailed information about a specific agent session', identifying the verb (get), resource (agent session), and scope (specific). It distinguishes from the sibling `get_sessions` tool, which likely lists sessions, by emphasizing 'specific'.

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

Usage Guidelines4/5

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

The description conveys when to use the tool: when you need detailed information about a particular session. It does not explicitly mention alternatives like `get_sessions` or when not to use, but the context is clear enough for an agent to choose appropriately with sibling tools.

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/itential/itential-mcp'

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