Skip to main content
Glama
christianclaudio

mcp-server-sigma

sigma_reassign_workbook_ownership

Transfer all workbooks from one member to another by email. Use dry run to preview changes before applying.

Instructions

Transfer all workbooks from one member to another.

Resolves members by email, finds all workbooks owned by old owner, then PATCHes /v2/files/{id} to reassign. dry_run=True (default) reports what would change without making changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
new_owner_emailYes
old_owner_emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the sparse annotations, the description discloses the step-by-step process: resolving by email, finding all workbooks owned, PATCHing each, and the dry_run behavior that reports changes without applying them. This gives clear side-effect and safety information.

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 two sentences: the first is a clear one-line purpose, the second explains the process and dry-run semantics. No filler or redundancy; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the operation, resolution mechanism, and dry-run behavior, which is sufficient for a mutation tool with an output schema. It omits edge-case details like missing members, but these are not critical for basic 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?

With 0% schema description coverage, the description compensates by explaining that old_owner_email and new_owner_email are used to resolve members, and dry_run (default true) controls whether changes are made. This adds meaning to all three parameters, though it doesn't cover error cases.

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 'Transfer all workbooks from one member to another' with a specific verb and resource. It further distinguishes itself from siblings by explaining the reassignment mechanism, making it unique among the listed 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 implies the tool is used when you need to transfer all workbooks from one member to another, and the dry_run default offers a safe usage pattern. However, it lacks explicit exclusions or comparisons to alternatives like sigma_copy_workbook_to_member.

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