Skip to main content
Glama

stape_create_container

Create a new sGTM or Meta CAPI Gateway container on Stape, selecting the plan, region, and optional GTM container ID for immediate deployment.

Instructions

Create a new sGTM or Meta CAPI Gateway container on Stape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable container name.
planNoSubscription plan (e.g. free, pro, business). Optional.
typeYesType of container: sgtm (server-side GTM) or capi_gateway (Meta CAPI Gateway).
regionNoDeployment region (e.g. us, eu, ap). Optional.
gtm_container_idNoGoogle Tag Manager container ID (e.g. GTM-XXXXXX). Optional for sgtm.
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states that it creates a container, without mentioning any side effects, permissions, potential costs, or asynchronous behavior. For a mutation tool, this is a significant gap similar to the update_drive example.

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 front-loads the core purpose. It contains no redundant words or filler, making it highly 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?

Given the tool has 5 parameters, a clear schema, and no output schema, the description is somewhat minimal. It does not explain what the tool returns upon success or failure, nor does it provide any operational context beyond the action. The schema covers parameter details, but the overall behavioral context is lacking.

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%, so the baseline is 3. The description does not add extra meaning beyond the schema; it merely names the container types that correspond to the 'type' parameter. No additional parameter context is provided.

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 action ('Create') and the resource ('container'), and specifies the two container types ('sGTM or Meta CAPI Gateway'). This distinguishes it from sibling tools like update_container and delete_container, which perform different actions on the same resource.

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 implicitly indicates when to use this tool (when creating a new container) and is not ambiguous. However, it does not explicitly mention alternatives or provide exclusion criteria, such as 'use list_containers to see existing containers' or 'do not use if you need to modify an existing container.'

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/webanalyticsprobd-maker/stape-mcp-server'

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