Skip to main content
Glama

Update terms & conditions

update_terms_conditions

Update the Terms & Conditions document for a site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idYesSite ID
configurationNoDocument display configuration

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

The description does not disclose side effects, idempotency, partial vs. full replacement semantics, or any validation behavior. Annotations provide no behavioral hints beyond non-read-only, non-destructive, non-idempotent stances.

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 concise and free of extraneous content. It uses a single clear sentence.

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?

The tool is simple, and the schema provides basic parameter names, but important context is missing, such as whether the configuration replaces the entire document or just updates certain fields, and what the expected response is.

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?

All parameters have descriptions, but they are minimal. 'site_id' is just 'Site ID' and 'badge_style' is 'Badge visual style' without explaining allowed values or their meaning. The configuration object's intended structure is only partially conveyed.

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?

Description clearly states the action ('Update') and the resource ('Terms & Conditions document for a site'), distinguishing it from sibling create/delete/get operations.

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?

No guidance is provided on when to use this tool versus alternatives, such as create_terms_conditions or update_site. The verb 'update' implies modification of an existing resource, but explicit when/when-not conditions are absent.

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