Skip to main content
Glama

Get session log content

termix_session_logs_get_session_log_content
Read-onlyIdempotent

Fetch the raw text of a session log file using its unique ID, enabling direct inspection of session output.

Instructions

Get session log content. Returns the raw text content of a session log file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds that the output is 'raw text content,' which is useful, but it does not disclose potential size limits, encoding, or access implications. This is acceptable given the annotation coverage.

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 description is short and front-loaded with the tool's core purpose. No filler words are present, but the brevity comes at the cost of omitting useful parameter context.

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 one undocumented parameter and no output schema, the description is incomplete. It states the return type 'raw text content' but does not explain where the id comes from or how this tool relates to its session-log siblings, making correct invocation uncertain.

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?

The only parameter, 'id', has 0% schema description coverage and the description does not explain what the id refers to or how to obtain it. The agent is left guessing whether this is a session log id, record id, or something else.

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 a specific action and resource: 'Get session log content' and clarifies it returns 'raw text content of a session log file.' This clearly distinguishes it from sibling tools like list_session_logs and get_session_log_metadata, though it does not explicitly name them.

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?

No guidance is given about when to use this tool versus alternatives such as termix_session_logs_get_session_log_metadata or termix_session_logs_list_session_logs. There is also no mention of prerequisites, such as how to obtain the 'id' parameter, so the agent must infer usage from the tool name alone.

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

Deploy Server

Other Tools