Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

Describe Session

describe_session
Read-onlyIdempotent

Retrieve detailed agent session information, including all 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
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so no contradiction. The description adds transparently that the full session record includes all event messages and final text output, providing useful behavioral context about what can be expected from the response.

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 efficiently composed in two sentences, front-loaded with the primary purpose ('Get detailed information') followed by a concise elaboration of what is returned. There is no redundancy or filler.

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 simple tool with a single parameter, an output schema present, and annotations covering safety behavior, the description provides all necessary context. It explains what kind of information is retrieved, making it complete for correct selection and invocation.

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?

The schema covers 100% of parameters with a clear description for session_id, and the tool description does not need to compensate. It does not add additional semantics beyond the schema's own description, so a baseline score of 3 applies.

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 uses a specific verb 'Get' targeting 'agent session' and provides distinguishing detail about returning the full session record including all event messages and final text output. This clearly separates it from sibling tools like 'describe_session_token_usage' which focuses on token usage.

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

Usage Guidelines3/5

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

The description implies use for retrieving detailed session information but does not explicitly state when to use it over alternatives or mention any exclusions. Sibling tools like 'get_sessions' and 'describe_session_token_usage' are not referenced, leaving usage context only implied.

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