Skip to main content
Glama
benteigland11

cartograph-mcp

cg_config

Read or update Cartograph workflow defaults such as auto-publish, visibility, governance, cloud, show-unavailable, and publish-registry settings.

Instructions

Read or update Cartograph workflow defaults. Provide key to read the current value; provide both key and value to update it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoConfiguration key to read or update. Omit to list all settings.
valueNoOptional new value to set.
Behavior4/5

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

With no annotations provided, the description carries the full burden of transparency. It discloses the dual read/update behavior and the effect of omitting the key. It does not describe side effects or authorization, but for a config tool this is acceptable. The description adds behavioral context beyond the schema.

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 that efficiently conveys the core functionality and parameter usage. There are no redundant or filler words; every part is necessary and informative.

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?

The tool has only two parameters and no output schema. The description explains the read/update duality and how to use parameters. It could mention that the key is an enum (but that is in schema) and it does not detail return values, but for a simple config tool it is sufficiently complete.

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

Parameters4/5

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

Schema coverage is 100% for both parameters, but the description adds meaningful usage context: 'provide key to read… provide both to update.' This clarifies the relationship between parameters beyond their individual descriptions. It enhances semantic understanding.

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 that the tool reads or updates Cartograph workflow defaults, distinguishing it from sibling tools like cg_architect or cg_blueprint which handle other aspects. The verb-resource pair is specific and unambiguous.

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 provides explicit guidance on when to read (provide only key) versus update (provide both key and value). It also implies listing all settings when key is omitted, thanks to the schema. However, it lacks explicit alternatives or when-not-to-use cases, but the guidance is clear enough.

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/benteigland11/cartograph-mcp'

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