Skip to main content
Glama

cromanion_add_site

Add another of your human's sites to their account, on a plan that allows more than one. Reaching a site they already own needs no proof — they added it. CREATING one does: nothing about holding a credential for one domain says anything about another, so publish this claim's challenge on the new domain first, the same three ways that proved the first. Refused if your human restricted this credential to specific sites: a list they set should not grow by your action — use cromanion_ask_human. Needs the site-config permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdNoWhich site this call is about. Only needed when your credential covers more than one — cromanion_grants lists them and says whether it is required. Omitting it with several is refused rather than guessed at.
siteUrlYesThe public https URL of the site to add, e.g. https://second-shop.com.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
noteNo
siteYesThe new site: its id, domain and mode. Always `learn` to begin with.
installYesThe snippet for THIS site — a different key from the first one.
provedByNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations, the description adds real behavioral context: the challenge-publishing requirement for new domains, the asymmetry between owned and new domains, the refusal behavior for restricted credentials, and an explicit permission requirement. These are meaningful for safe invocation and are not present in the 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 main action is front-loaded and the conditions are ordered logically. It is a bit dense and stylized ('CREATING one does', 'nothing about holding a credential for one domain says anything about another'), but each sentence adds a distinct piece of information, so it earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tricky edge cases: already-owned versus newly created sites, restricted credentials, permission requirements, and the plan limitation. Since an output schema exists, return-value details are not needed. This is complete for a mutating tool with meaningful behavioral caveats.

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 schema already explains both parameters well, including when siteId is needed and what siteUrl expects. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 states a specific verb and resource: 'Add another of your human's sites to their account,' and narrows the scope with 'on a plan that allows more than one.' It clearly distinguishes the tool from siblings like add_goal or ask_human by describing what it adds and when proof is needed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly tells the agent when no proof is needed (already-owned sites), when proof is required (creating a new site), and when the call is refused (restricted credential), naming cromanion_ask_human as the alternative. It also states the required site-config permission, giving clear invocation conditions.

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.

Resources