Skip to main content
Glama

Read background job logs

box_job_logs
Read-only

Retrieve the latest stdout and stderr output from a background job to monitor progress and troubleshoot errors.

Instructions

Read the tails of stdout and stderr for a background job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
box_idYes
job_idYes
max_charactersNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds the 'tails' behavior (partial read). However, it does not explain limits, error behavior, or other side effects, but given the annotations, the additional context is sufficient for a basic rating.

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, concise sentence without fluff. It effectively communicates the core purpose in a minimal structure.

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

Completeness3/5

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

The tool is simple, and annotations plus schema provide a good baseline. However, it lacks usage context and does not describe the response format (no output schema). The description is adequate but not comprehensive.

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

Parameters2/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 mention any parameters. The schema provides some semantics through patterns and min/max, but the description fails to add meaningful explanation of box_id, job_id, or max_characters, which is required for low coverage.

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) and resource (tails of stdout/stderr for a background job), distinguishing it from sibling tools like box_job_status and box_job_cancel. It is specific and unambiguous.

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 explicit guidance on when to use this tool or alternatives. The purpose implies it's for reading logs of background jobs, but there is no mention of prerequisites, exclusions, or when to prefer other 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/wu6330077-sys/chatgpt-box-mcp'

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