Skip to main content
Glama
jerfowler

Agent Communication MCP Server

by jerfowler

protocol_config

Configure protocol injection into task INIT.md and plan PLAN.md files. Enable, set custom templates, or reset defaults for agent communication protocols.

Instructions

Manage protocol injection configuration for task and plan templates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: get current config, set new config, or reset to defaults
configNoProtocol configuration object (required for set action)
Behavior2/5

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

The description only states the tool's general purpose but does not disclose behavioral traits such as destructiveness (reset could be destructive), authorization requirements, or side effects. With no annotations, the description carries the full burden, and it fails to provide key behavioral context.

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 efficiently communicates the core purpose. It is front-loaded and contains no unnecessary words.

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?

The description is brief and leaves much context to the schema. Given the tool's complexity (nested config, three actions, no output schema), the description alone does not fully explain behavior or return values, though the schema mitigates this somewhat. Adequate but not comprehensive.

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?

Input schema covers all parameters with descriptions (100% coverage). The description adds no additional meaning beyond the schema. Baseline of 3 is appropriate as the schema already documents parameters adequately.

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 'Manage protocol injection configuration for task and plan templates' clearly states the verb (Manage) and the resource (protocol injection configuration for templates). It is specific and distinct from sibling tools, which focus on task and plan operations.

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?

No usage guidance is provided. The description does not mention when to use this tool versus alternatives, nor does it specify prerequisites or context for using get, set, or reset actions.

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/jerfowler/agent-comm-mcp-server'

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