Skip to main content
Glama

Coordinalo — Service Business Operations

settings_get

Get organization settings. THIS IS THE ENTRY POINT for anything configurable: call it with no filters first to get the full map. Settings are indexed on two axes — group (the sections a human sees in the settings screen: profile, availability, client_fields, communication, reminders, automations, finances, delivery, cancellation, tax) and chapter (the onboarding-interview sequence: basics, availability, communication, finances, policies, reminders, client_data). Prefer group. Or pass keys for specific settings (comma-separated, e.g. "policies.noShowMaxStrikes,finances.clientPaymentTiming"). Covers ~88 keys including cancellation-policy tiers, granular reminder timing, dunning sequence, retention, delivery verification and the SII tax profile. The response also carries meta (label, type, valid options and dependencies per key) and panels — the configuration surfaces that are NOT scalar settings (bank accounts, payment credentials, API keys, members): each panel names the tools that cover it, or states why none does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysNo
groupNo
apiKeyNo
chapterNo
orgSlugYes

TDQS

A4.6/5.0
Behavior5/5

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

Despite no annotations being provided, the description fully compensates by detailing the tool's behavior: it describes the response structure ('meta,' 'panels'), the types of keys covered (~88 keys covering various categories), and explains what 'panels' are for and what they contain. This is exemplary transparency for a non-annotated tool.

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 description is relatively concise for the wealth of information it conveys. Information is front-loaded with the primary purpose and instruction. However, the sentence about panels could be slightly more streamlined, and the parenthetical list of groups is somewhat lengthy but arguably necessary.

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?

Given no output schema, the description compensates thoroughly by describing the response structure (meta, panels), key coverage breadth, and parameter usage patterns. For a tool with 5 parameters, no output schema, and no annotations, this description provides exceptional completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage and 5 parameters, the description adds significant meaning beyond the raw schema. It explains 'group' and 'chapter' as indexing axes with enumerated values, and shows how to use 'keys' with examples. However, it doesn't describe 'orgSlug' or 'apiKey' parameters explicitly. The 'keys' parameter usage is well-explained.

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 tool's purpose: 'Get organization settings.' It uses strong verbs and explicitly positions itself as 'THE ENTRY POINT for anything configurable,' effectively distinguishing it from its sibling 'settings_update' and other configuration tools.

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 provides strong usage guidance: instructs the AI to 'call it with no filters first to get the full map,' explains the two axes ('group' and 'chapter') with a preference indicated ('Prefer group'), and shows how to use 'keys' for specific lookups. However, it doesn't explicitly state when NOT to use this tool or list alternatives for scenarios beyond its scope.

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.

TDQS

B3.3/5.0
Disambiguation2/5

Multiple parallel booking creation flows (booking_create, scheduling_book, public_booking_create) and session state transition tools (booking_update_status, lifecycle_transition) create ambiguity. While descriptions are detailed, an agent could easily select the wrong tool for a given task, especially with 111 tools to choose from.

Naming Consistency4/5

Most tools follow a consistent domain_action pattern (e.g., client_create, service_update, comms_list_campaigns). Minor deviations include Spanish/English mixing (cierre_*, report_deuda_real) and a few noun-only names like org_summary, but the overall structure is predictable.

Tool Count1/5

With 111 tools, the server is massively over-scoped for an MCP surface. Even for a broad service business domain, this exceeds reasonable limits and will overwhelm agents, making tool selection slower and more error-prone.

Completeness4/5

The tool surface is extremely thorough, covering org setup, services, providers, booking (internal/public/spec), finance, payroll, closing, disputes, clinical notes, treatment plans, and reporting. Gaps are rare and often intentional (e.g., no deliver via MCP, read-only treatment plans), so agents can complete most workflows end-to-end.