Skip to main content
Glama

task_output

Read task execution output from out.log, using byte offsets for incremental reads. Supports evidence-protected task monitoring in sandboxed environments.

Instructions

Read task output from out.log (with byte offset for incremental reads).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobDirYes
offsetNo
Behavior3/5

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

With no annotations provided, the description bears the full burden of disclosing behavior. It mentions the incremental read capability via byte offset, but it does not explicitly confirm that the operation is non-mutating, nor does it describe any prerequisites, error conditions, or side effects. The verb 'read' implies safety but does not guarantee transparency.

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 a single, well-structured sentence that front-loads the primary purpose and includes the key modifier about incremental reads. Every word adds value; there is no redundancy or padding.

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

Completeness4/5

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

For a simple read tool, the description provides sufficient context: it names the file, implies the directory, and explains the offset parameter. With no output schema and no annotations, it could elaborate on the return format or error behavior, but for standard use cases this is adequate.

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 input schema provides zero descriptions for the two parameters. The description adds meaning by linking 'out.log' to the first parameter (likely jobDir is the directory containing that log) and explaining 'offset' as a byte offset for incremental reads. However, it does not explicitly define jobDir, leaving some ambiguity.

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 the action ('Read task output') and the specific resource ('out.log'), with an additional detail about byte-offset support. This distinguishes it from sibling tools like task_run or task_kill, which handle lifecycle operations rather than reading output.

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 usage when needing to read a task's output, but it does not explicitly state when to use this tool versus alternatives like task_wait or task_autopsy, nor does it mention any exclusions or prerequisites. The context is inferred rather than articulated.

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/Wang-Lin-Chang/agent-runner-mcp'

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