Skip to main content
Glama

Create map

cms_create_map

Create map item. Guidance: Create one CMS map (point of interest) item from map category ids. | context: title, categories, address

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNoOptional SEO payload with title and description.
slugNoOptional URL slug; the server may normalize it.
emailNoOptional contact email for the map point.
titleYesMap point name shown in feeds and on the item page.
leadinNoOptional deck HTML.
statusNoPublication status. Omit on create to default to published. Do not send scheduled.
addressYesStreet or place address of the point of interest. Required and non-empty.
websiteNoOptional website URL for the map point.
latitudeYesLatitude of the point in decimal degrees; finite number.
longitudeYesLongitude of the point in decimal degrees; finite number.
accessTierNoPaywall tier. 'premium' locks the item behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases.
categoriesYesNon-empty category id array. Use cms_list_cms_sections with type='maps' to discover map category ids.
phoneNumberNoOptional contact phone number for the map point.
publishedDateNoFuture ISO datetime for deferred publication. Requires status='stock' when provided.
commentsEnabledNoWhether end-user comments are enabled for this map item.
useThumbAsPinIconNoWhether the map item thumbnail is used as the map pin icon. Stored as off on create; set a thumbnail via a photo paragraph first, then update this flag.
publicationEndDateNoFuture ISO datetime for scheduled unpublication.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already communicate readOnly=false, idempotent=false, openWorld=true, and destructive=false. The description only adds that it creates an item and does not describe side effects, errors, or return behavior, but core safety properties are covered by annotations.

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?

The description is short and free of irrelevant detail, but it slightly repeats the same idea: 'Create map item' followed by 'Create one CMS map item.' The pipe-separated context fragment is also minimally redundant, though not harmful.

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?

With 17 parameters and no output schema, the description does not state what the create call returns (e.g., created item ID) or outline follow-up actions. Required inputs are fully specified in the schema, making the description adequate but not fully complete for a complex create operation.

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 description coverage is 100%, and the parameter descriptions are detailed (e.g., categories discovery, useThumbAsPinIcon sequencing, status/publishedDate rules). The tool description itself adds no parameter-level meaning, so it stays at the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Create one CMS map (point of interest) item from map category ids', giving a concrete action and object type. It distinguishes the top-level map creation from sibling paragraph tools, though it repeats 'map item' and relies on the tool name for full clarity.

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?

There is no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives such as cms_create_map_paragraph, cms_update_map, or cms_get_map, leaving the agent to infer the appropriate selection from the title and schema.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.