Skip to main content
Glama
dpaula

chatgpt-codex-local-mcp

by dpaula

Read pending memory

read_pending_memory
Read-onlyIdempotent

Retrieve open issues and risks from pendencias.md in a local repository to understand pending work and potential problems.

Instructions

Read docs/memory/pendencias.md with open issues and risks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxBytesNo
projectPathYesAbsolute project directory path.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the specific file path and content type, but does not disclose any additional behavior such as return format, error conditions, or that it reads the entire file (or up to maxBytes). With annotations handling the safe-read aspect, this is adequate but not enriched.

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, clear sentence of nine words. It is front-loaded with the verb and resource, contains no filler, and every word contributes to meaning.

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?

For a simple read tool with two parameters and no output schema, the description gives the essential purpose but leaves out details about return content or how it fits into the memory system. It also doesn't clarify what 'pendencias' means to non-Spanish speakers, which could be ambiguous. Given the many sibling memory tools, a bit more context would improve completeness.

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 50%: projectPath has a description, but maxBytes has none. The description does not mention maxBytes or add any parameter semantics. While the parameter name is somewhat self-explanatory, the description fails to compensate for the missing schema description, providing no additional guidance on parameter behavior or constraints.

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 uses the specific verb 'Read' with the exact resource 'docs/memory/pendencias.md', and adds the content scope 'with open issues and risks'. This clearly distinguishes it from sibling memory-reading tools by naming the unique file and its purpose.

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 implies when to use this tool: when you need to access open issues and risks stored in the pending-memory file. It provides clear context but does not explicitly name alternatives or state when not to use it, though the sibling list makes the memory-tool family apparent.

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/dpaula/chatgpt-codex-local-mcp'

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