Skip to main content
Glama

upsert_suprsend_tenant

Destructive

Create or update a tenant in a multi-tenant SaaS workspace. Merge properties like name, branding, and contact info for notification management.

Instructions

Create a new tenant or update an existing tenant's properties. Tenants are sub-accounts of a workspace, used to model end-customers in multi-tenant SaaS apps.

tenant_properties is merged with existing — not replaced. Pass only the fields you want to change. Common fields include name, branding URLs, and contact info.

When NOT to use:

  • For preference defaults — use update_suprsend_tenant_default_preference.

  • For users / objects within a tenant — use upsert_suprsend_user / upsert_suprsend_object.

Returns: the updated tenant on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenant_idYesThe tenant_id of the tenant to upsert.
tenant_propertiesNoThe properties to upsert for the tenant.
workspaceNoSuprSend workspace to get the tenant from.
Behavior4/5

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

Describes the critical merge behavior ('tenant_properties is merged with existing — not replaced'), which adds transparency beyond annotations. However, the destructiveHint annotation may contradict this non-destructive merge description, lowering the score.

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?

Reasonably concise with key information front-loaded (purpose, behavior, usage guidance). Could be slightly more compact but effectively structured.

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?

Covers purpose, behavioral details (merge), when-not-to-use with alternatives, and return value. No output schema, but description adequately informs about the response ('returns the updated tenant'). No gaps identified.

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?

Input schema has 100% description coverage for all parameters. The description adds value by explaining the merge semantics and common fields, though it does not provide new details per parameter.

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 it creates or updates a tenant, explains what a tenant is, and distinguishes from sibling tools by specifying when not to use it with alternative tool names.

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

Usage Guidelines5/5

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

Explicitly provides when-to-use context and lists two alternative tools for specific cases (preference defaults and users/objects within a tenant), offering clear guidance.

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/suprsend/cli'

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