Skip to main content
Glama
christianclaudio

mcp-server-sigma

sigma_set_user_attribute_for_tenants

Idempotent

Assigns a user attribute value to specific tenant organizations, enabling per-tenant configuration.

Instructions

Set a user attribute value for specific tenants.

assignments: List of objects, each with 'tenantOrganizationId' (str) and 'value' (str). Example: [{"tenantOrganizationId": "org123", "value": "US"}]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assignmentsYes
attribute_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds no additional behavioral context, such as whether existing values are overwritten, how unknown tenants are handled, or any side effects. It neither contradicts nor enriches the annotation profile.

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 extremely concise: two sentences and an example. The core action is front-loaded, and every part contributes useful information without filler.

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?

For a simple setter tool, the description covers the core action and assignment structure, and an output schema exists to explain return values. However, it lacks any differentiation from closely related sibling tools (e.g., sigma_set_user_attribute_for_teams, sigma_update_user_attribute_for_tenants, sigma_delete_user_attribute_for_tenant), which is a notable gap given the large tool family.

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 input schema has zero description coverage and leaves the 'assignments' object structure open (additionalProperties: true). The description compensates by specifying each object has 'tenantOrganizationId' (str) and 'value' (str) and provides a concrete example, adding meaningful structure beyond the bare schema. However, it does not elaborate on 'attribute_id'.

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 action ('Set'), the resource ('a user attribute value'), and the scope ('for specific tenants'). This distinguishes it from the sibling tool sigma_set_user_attribute_for_teams, which operates on teams instead of tenants.

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 sigma_set_user_attribute_for_teams or sigma_update_user_attribute_for_tenants. The description only states the action and parameter format, leaving usage context to be inferred from the tool name.

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/christianclaudio/mcp-server-sigma'

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