Skip to main content
Glama
dpaula

chatgpt-codex-local-mcp

by dpaula

Read onboarding memory

read_onboarding_memory
Read-onlyIdempotent

Reads the onboarding memory file to bootstrap a new project session, providing essential context and instructions.

Instructions

Read docs/memory/onboarding.md to bootstrap a new project session.

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 read-only, idempotent, and non-destructive behavior, so the bar is lower. The description adds the specific file path and purpose but does not disclose error handling or return format, which is acceptable given the simple read operation.

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 sentence, directly conveying the action and purpose. Every word earns its place.

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 simple read tool with strong annotations, the description covers the purpose, file location, and usage context. Some information like return value behavior is implied rather than stated, but it's sufficient for this tool's simplicity.

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

Parameters3/5

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

Schema description coverage is 50%, with only projectPath described. The description implies projectPath is the base directory containing the onboarding file, adding context for that parameter. However, maxBytes is not mentioned in the description, though its schema includes default and 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 an exact file path 'docs/memory/onboarding.md', clearly distinguishing it from sibling memory-read tools. The stated purpose 'to bootstrap a new project session' clarifies its intended use.

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 clear context ('to bootstrap a new project session') indicating when to use it. It does not explicitly mention alternatives or when not to use it, but the use case is evident from the purpose.

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