Skip to main content
Glama
x380kkm

harness-manager

by x380kkm

codex_groups

Read-only

Fetch content grouped by source, defaulting to personal groups. Set origin to official for official groups, then pass item IDs to codex_read for reading.

Instructions

按来源聚合本机内容, 默认查询个人组. origin=official 读取官方组, itemIds 可交给 codex_read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
cursorNo
originNouser

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

B3.3/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and openWorldHint=false. The description adds useful behavioral context about default grouping and origin switching, but does not explain pagination, cursor, or limit behavior. It does not contradict the 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?

The description is compact and front-loads the main purpose, followed by the most important parameter behavior. It is appropriately sized, though the itemIds mention is slightly cryptic and could be clearer with minimal extra wording.

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?

With an output schema present, return values need not be described, but the tool still leaves three of four parameters semantically unexplained and lacks explicit guidance on when to prefer this over sibling list tools like codex_list. The description is not sufficient for correct non-default calls involving query or cursor.

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%, so the description must compensate for all four parameters. It explains origin values (user default, official) but says nothing about limit, query, or cursor semantics. This is a meaningful gap for a tool with no parameter descriptions in the schema.

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 + resource ('按来源聚合本机内容') and clarifies that it returns itemIds that can be handed to codex_read, which helps distinguish it from read tools. It is somewhat terse but conveys the core purpose and default behavior.

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?

It clearly states the default query targets personal groups and that origin=official reads official groups. It also points the agent to codex_read as the destination for resulting itemIds, giving useful downstream routing context, though it doesn't explicitly list when-not-to-use alternatives.

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