Skip to main content
Glama
benteigland11

cartograph-mcp

cg_create

Scaffold a new Cartograph widget or blueprint by providing a name slug, domain, and language for widgets, or just a name for blueprints.

Instructions

Scaffold a new Cartograph widget or blueprint. Use name for the slug only, not the full widget_id; Cartograph combines domain + name + language for widgets. For blueprints, just use the name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSlug, for example retry-backoff.
domainNoDomain (required for widgets).
languageNoLanguage (required for widgets).
is_blueprintNoWhether to scaffold a blueprint instead of a widget.
display_nameNoOptional display name for manifest.
targetNoProject root to create the module under.
Behavior2/5

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

No annotations; description only states scaffolding action and naming. Does not disclose side effects, authorization, or what gets created. Minimal 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded purpose, no redundancy. Could be slightly more structured, but efficient.

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?

Lacks output specification and detailed behavior; adequate for a simple scaffold tool but misses side effects and return info. No output schema to compensate.

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 has 100% coverage but description adds value: explains name is a slug, domain/language are needed for widgets, and clarifies blueprint usage. Enhances schema with practical guidance.

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?

Description clearly states it scaffolds a widget or blueprint, explains naming convention, and distinguishes between the two via the is_blueprint parameter. It is specific and contrasts with sibling tools.

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?

Provides guidance on when to use name as slug and that domain/language are required for widgets but not blueprints. However, it does not clarify the difference from the sibling cg_blueprint tool.

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