Skip to main content
Glama
NullPointerChef

Codex SSH Terminal MCP

start_config_server

Launch the local HTML configuration page to manage settings without starting an SSH profile.

Instructions

Start only the local HTML configuration page, without requiring or starting an SSH profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNo
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the core behavior (starts config page, no SSH) but omits side effects, idempotency, or conflicts. Adequate for a simple tool but lacks depth.

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 concise sentence that front-loads the action and key distinction. Every word earns its place with no redundancy, fitting the scope of a simple tool.

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?

Given the tool's simplicity and sibling context, the description covers the main purpose and contrast. However, it omits the port parameter, which is relevant for usage. Overall, minimally complete but not comprehensive.

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 coverage is 0%, yet the description fails to explain the port parameter. Baseline for low coverage requires compensation; the description adds no value beyond the schema for the parameter, leaving its purpose and format unspecified.

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 clearly states the tool starts only the local HTML configuration page, and distinguishes it from SSH profile tools by explicitly noting it does not require or start an SSH profile. This differentiates it from siblings like start_bridge.

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 (want config page without SSH) and when not (need SSH profile). It contrasts with the implied alternative of starting an SSH profile, but does not explicitly name sibling tools or provide detailed usage context.

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/NullPointerChef/codex-ssh-terminal-mcp'

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