Skip to main content
Glama

Get Operational Settings

get_operational_settings
Read-onlyIdempotent

Audit the business-level operational setup required before changing a live account: staff alert recipients, SMS/email alert flags, escalation rules, textable send-link entries, and assigned agent voice/model/greeting metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
business_idNoBusiness ID (optional, defaults to first accessible business)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoPresent when success is false
agentsNo
successYesWhether the tool completed successfully
businessNo
business_linksNo
available_setup_toolsNo
notification_settingsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description's word 'Audit' reinforces this and adds useful context about when the read-only behavior matters, but it does not disclose additional behavioral traits such as authentication needs, rate limits, or side-effect details.

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, well-organized sentence that front-loads the action and scope, then uses a concise list to specify the audited components. There is no filler or redundant repetition of the title or schema.

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?

For a read-only tool with one optional parameter, clear schema coverage, and an output schema, the description covers the operational purpose and scope completely. An agent has enough information to decide when to call it and what it will return.

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 description does not discuss the business_id parameter, but the input schema provides 100% coverage with a clear explanation: 'Business ID (optional, defaults to first accessible business)'. With full schema coverage, the baseline of 3 applies because the schema carries the parameter-semantics burden.

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 uses a specific verb ('Audit') and a clear resource ('business-level operational setup'), then enumerates exactly what is included: staff alert recipients, alert flags, escalation rules, textable send-link entries, and agent voice/model/greeting metadata. This makes it easy to distinguish from sibling configuration tools like configure_staff_alerts or configure_textable_links.

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 gives a clear usage context: this is 'required before changing a live account', so an agent knows when to call it. It does not explicitly name alternatives or say when not to use it, but the audit-versus-configure contrast with sibling tools is strongly implied.

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.