Skip to main content
Glama

peer_threads

Read-only

List threads of a specified peer Codex instance to view collaborative task exchanges between hosts.

Instructions

List peer Codex threads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNo
limitNo
peerIdYes
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 safety profile is clear. The description ('List') is consistent but adds no additional behavioral context (e.g., pagination, return format). No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short (one sentence) and front-loaded, but it omits critical information about parameters and behavior. Conciseness is not equivalent to under-specification; here it sacrifices completeness.

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

Completeness1/5

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

Given 3 parameters, no output schema, and no parameter descriptions, the tool description is wholly inadequate. It lacks essential context for an agent to invoke the tool correctly, especially regarding the peerId requirement and optional parameters.

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

Parameters1/5

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

Schema has 3 parameters with 0% description coverage. The tool description does not explain the meaning or constraints of cwd, limit, or peerId. It fails to compensate for the missing schema descriptions, leaving the agent without guidance on parameter usage.

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 states 'List peer Codex threads', which is a specific verb and resource. It distinguishes from siblings like peer_health or peer_message by focusing on 'threads'. However, it could be more precise about the scope (e.g., 'for a given peer').

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?

The description provides no guidance on when to use this tool versus alternatives. For example, it does not explain how this differs from peer_read or peer_message, leaving the agent without context for selection.

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/shotaro311/codex-peer'

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