Skip to main content
Glama
benteigland11

cartograph-mcp

cg_registry

Search, inspect, install, and rate Cartograph widgets and blueprints from registries to reuse existing components before writing new code.

Instructions

Registry-facing daily workflow for Cartograph widgets and blueprints. Use search before writing reusable logic, inspect before installing or editing, install to add a widget to the current project, and rate to leave registry feedback. When installing or inspecting, use the exact value from the 'id' field returned by search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesRegistry action to perform.
queryNoSearch query for action=search.
domainNoOptional search domain filter.
languageNoOptional search language filter.
top_kNoMaximum search results to return.
registryNoRestrict search fan-out to the given registry prefixes (e.g. ['cg'], ['myorg', 'cg']). Without this, all configured registries are searched.
ownerNoFilter search to widgets owned by @handle. Requires registry (owner is scoped per-registry).
local_onlyNoSearch only the local library; skip all registry calls. Cannot combine with registry/owner.
widget_idNoWidget ID. Use the exact value from the 'id' field returned by search.
sourceNoInclude source files for inspect.
all_versionsNoInclude all historical versions for inspect.
reviewsNoInclude reviews for inspect.
versionNoVersion for inspect or install.
targetNoInstall target project root.
widget_refNoWidget dir path or @handle/widget-id for rate.
scoreNoRating score from 1.0 to 5.0.
commentNoOptional rating comment.
Behavior3/5

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

No annotations are provided, so the description must bear full responsibility. It mentions that install/inspect require an exact ID but does not disclose that install modifies the project or any side effects. The description is adequate but lacks important behavioral details like authorization needs or destructiveness.

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 concise three-sentence paragraph that front-loads the purpose and immediately provides actionable workflow instructions. No redundant or filler content.

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?

Given the tool's 17 parameters and 1 required field, the description covers the core workflow and key constraints (exact ID). It lacks details on return values or error scenarios, but it is reasonably complete for the intended registry interactions.

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 coverage is 100%, with each parameter described. The description adds value by contextualizing the workflow (e.g., 'use search before writing') and reinforcing that widget_id should be exact from search. However, it does not significantly augment the schema beyond these points.

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 is for 'Registry-facing daily workflow for Cartograph widgets and blueprints' and lists four distinct actions (search, inspect, install, rate), establishing its purpose. Sibling tools like cg_blueprint or cg_create do not overlap, so it is well-differentiated.

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 explicitly recommends using search before writing logic, inspect before install/edit, and install to add widgets. It also instructs to use the exact 'id' field from search for install/inspect. While no explicit when-not-to-use or alternatives are given, the workflow guidance is helpful.

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