Skip to main content
Glama
gaztrabisme

glm-subagent-mcp

by gaztrabisme

glm_transcript

Inspect a subagent run's activity log to see recent tool calls, assistant messages, and turn endings. Use it to check progress on long runs or diagnose failures, with optional raw uncapped responses.

Instructions

Show what a subagent actually did during a run.

Returns the tail of its activity log — tool calls, assistant messages, turn endings. Use this to check progress on a long run, or to understand a failure. Returns live data while the run is still going.

Args: run_id: The run to inspect. limit: How many of the most recent activity lines to return. raw: Also return the child's full uncapped response. glm_delegate returns a distilled version when the answer is large; this is where the original text lives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNo
limitNo
run_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does so well. It reveals that data is live while the run is ongoing, that only the tail is returned by default, and that raw returns an uncapped response. It implies a read-only inspection operation through wording like 'show' and 'returns.' Minor omissions like error behavior or pagination, but the core behavioral traits are disclosed.

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 summary sentence is front-loaded and concise. The subsequent detail paragraph and args list are clearly structured with no fluff. Every sentence adds useful information, and the format is easy to scan.

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?

The tool has an output schema, so return-value details need not be repeated. The description covers the essential context: what the log contains, live behavior, the limit mechanism, and the raw option. Missing explicit failure semantics or auth requirements, but for a read-only inspection tool the provided information is complete enough for correct invocation.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description fully compensates. It explains run_id as 'the run to inspect,' limit as the number of recent activity lines, and raw with a detailed rationale tying it to glm_delegate's distillation behavior. This adds meaning far beyond the bare type/default information in the schema.

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 opens with a specific verb and resource: 'Show what a subagent actually did during a run.' It clearly states the tool returns the tail of an activity log (tool calls, assistant messages, turn endings), distinguishing it from siblings like glm_delegate or glm_await. The raw parameter explicitly contrasts with glm_delegate's distilled version, further differentiating it.

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 gives concrete use cases: 'check progress on a long run, or to understand a failure.' It also explains when the raw parameter matters relative to glm_delegate's output. It does not explicitly say when not to use this tool or name sibling alternatives, but the provided context is enough to guide selection.

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

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/gaztrabisme/glm-subagent-mcp'

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