Skip to main content
Glama

Create site

create_site

Create a new iubenda site. Legislation flags (gdpr, fadp, ccpa_only_california, gdpr_only_eu, lgpd_only_brazil) are enabled by default. No Privacy Policy, Cookie Solution, or Terms & Conditions is active until explicitly created. The response includes a dashboard_url field linking to the new site on iubenda.com. If the response includes a business_details_warning field, surface it to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesSite URL
team_idNoAssign to team
languageYesLanguage for the generated documents (ISO 639-1 code, e.g. "en", "it", "de", "fr", "es")
languagesNoLanguage codes ISO 639-1
site_typeNoSite type
external_idNoExternal identifier for the site
business_detailsYesBusiness configuration for the site
default_product_configurationNoApply default product configuration on site creation

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

It goes well beyond the basic annotations by disclosing that legislation flags are enabled by default, that no policy products are active until created, and that the response contains a dashboard_url field. It also instructs the agent to surface business_details_warning when present, which is valuable runtime behavior not available from annotations.

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 four sentences long and every sentence earns its place: purpose, default legislation flags, inactive-policy state, and response handling. It is front-loaded with the core action and contains no filler or repetition.

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?

The description covers key contextual information not present in the schema or annotations: defaults, response dashboard_url, and the warning field to surface. Even without an output schema, it gives the agent actionable output guidance, though it could mention other response fields that might be needed for follow-up operations.

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?

The input schema has 100% parameter description coverage, so the schema already carries the burden of explaining parameters. The description adds context about defaults and response behavior, but it does not add meaning to individual input parameters beyond what the schema provides. Baseline 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 begins with a specific verb and resource: 'Create a new iubenda site.' It also adds default behavior details, making the tool's purpose unmistakable and clearly distinct from siblings like create_privacy_cookie_policy or create_terms_conditions.

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

Usage Guidelines3/5

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

The description provides useful context by stating that no Privacy Policy, Cookie Solution, or Terms & Conditions is active until explicitly created, which implies when sibling creation tools are needed. However, it does not explicitly state when to use this tool versus alternatives or provide any exclusion criteria.

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