Skip to main content
Glama
christianclaudio

mcp-server-sigma

sigma_swap_template_sources

Swap data sources on a template by mapping connections for connection-level swaps or sources for table-level swaps.

Instructions

Swap data sources on a template. Use connectionMapping for connection-level swaps, sourceMapping for table-level swaps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYes
source_mappingNo
connection_mappingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are present (readOnlyHint=false, destructiveHint=false), but the description adds no extra behavioral context beyond the word 'swap'. It does not disclose side effects, permissions, reversibility, or impact on dependent entities, which would be valuable for a write operation.

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 short sentences with no fluff. Every word contributes to understanding the tool's purpose and parameter usage, making it very concise and well-structured.

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?

The description covers the basic purpose and parameter roles, but lacks details about the structure of the mapping objects, whether both mappings can be used together, or any edge cases. With an output schema present, return values are covered, but the operational context is minimal.

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

Parameters3/5

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

The description explains the purpose of the two mapping parameters ('connection-level swaps' vs 'table-level swaps'), which adds meaning beyond the schema's bare types. However, the naming in the description (camelCase) does not match the schema property names (snake_case), and the required template_id is not explained at all.

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 verb 'Swap' and the resource 'data sources on a template', which distinguishes it from sibling tools for other resource types (workbooks, data models, reports). The specificity is high and unambiguous.

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?

The description gives guidance on choosing between connectionMapping and sourceMapping, but does not indicate when to use this tool versus alternative swap tools for other resources. No prerequisites, exclusions, or scenarios are mentioned, so it lacks clear usage context.

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