Skip to main content
Glama

update_tenant_settings

Update workspace identity and compliance settings by merging only provided fields. Set legal name, physical address, and sender country to activate outbound email sending.

Instructions

Updates workspace identity/compliance fields; only the keys passed are written (merge, not replace). legalName, physicalAddress, defaultSenderCountry gate outbound: send tools refuse (412) until all are set. defaultSenderCountry is the sender's own country, separate from recipient targeting and message language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoWorkspace display name (internal label).
legalNameNoRegistered business name shown in the email compliance footer.
physicalAddressNoPostal address shown in the email compliance footer.
defaultSenderCountryNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the merge-not-replace behavior and the gating condition for outbound sends, which is essential for safe use. It also clarifies the semantics of defaultSenderCountry. However, it does not mention permission requirements or other side effects, so it's not exhaustive.

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, with three sentences that each add value: the first states the operation and merge semantics, the second warns about gating, and the third clarifies a specific parameter's meaning. No fluff or redundancy.

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 settings update tool with no required parameters and no output schema, the description covers all key aspects: what fields are affected, the merge behavior, the gating condition, and the special meaning of defaultSenderCountry. It is sufficient for correct usage.

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?

The schema covers 75% of parameters with descriptions, but the description adds critical context by explaining the merge behavior and explicitly detailing the meaning of defaultSenderCountry, which lacks a schema description. This goes beyond the schema's pattern constraint to clarify its role.

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 updates workspace identity/compliance fields, with a specific verb and resource. It also explains the merge behavior (only keys passed are written), distinguishing it from a replace operation. This sets it apart from get_tenant_settings or update_organization.

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 practical context by explaining that legalName, physicalAddress, and defaultSenderCountry gate outbound sends (412) until all are set. It also clarifies that defaultSenderCountry is separate from recipient targeting. This gives clear guidance on when these settings matter, though it doesn't explicitly name alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aitit-inc/leadace'

If you have feedback or need assistance with the MCP directory API, please join our Discord server