Skip to main content
Glama
x380kkm

harness-manager

by x380kkm

codex_read

Read-only

Retrieve an observation's details by ID, with body limited to Skill and description sections, and return a secure summary.

Instructions

读取 codex_list 返回的观察身份, 正文限于 Skill 和说明载体, 配置返回安全摘要.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already mark this as read-only and not open-world; the description adds extra behavioral context by stating that the returned body is limited to Skill/说明载体 and that a configured mode returns a safe summary. No contradiction exists between the description and annotations.

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?

One dense sentence packs the primary action, the resource, and the key constraints without wasted words. The slight deduction is due to unexplained domain terms that force an agent to decode meaning rather than absorb it immediately.

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 single-parameter readonly tool with an output schema, the description is mostly complete: it identifies the source of the id, the read-only nature, and body constraints. It falls short only because 'Skill', '说明载体', and '安全摘要' are not expanded, so a cross-domain agent may still be unsure what exactly will be returned.

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

Parameters4/5

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

With 0% schema coverage, the description must explain the single 'id' paramter. It does so by identifying the id as an observation identity returned by codex_list, which gives an agent a way to obtain the value. It is not a 5 because it fails to define what an observation identity looks like or how it is formatted.

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 uses a specific verb ('读取') and names a concrete resource ('codex_list 返回的观察身份'), which helps distinguish it from list/import siblings. It is not a 5 because phrases like '正文限于 Skill 和说明载体' are jargon-heavy and leave the exact read target somewhat ambiguous for an agent unfamiliar with the domain.

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 the intended workflow: first call codex_list, then read one of the observation identities it returns. However, it does not explicitly state when to choose this tool over codex_groups, module_describe, document_read, or other read-style siblings, nor does it give any 'when not to use' guidance.

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

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/x380kkm/harness-manager'

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