Skip to main content
Glama

add_variation

Add a date-navigation variation to a column so visuals can navigate through a named relationship to a default hierarchy on the related date table.

Instructions

Add a date-navigation Variation to a column: when the column is used in a visual, the model navigates through the named relationship to a default hierarchy on the related (date) table. isDefault makes it the column's default variation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYestable the column is on
columnYesthe column to add the variation to
isDefaultNomake this the column's default variation (default true)
sessionIdYes
relationshipYesthe relationship name to navigate through
defaultHierarchyYesthe default hierarchy on the related table
Behavior3/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It explains the runtime behavior (column navigates through relationship to default hierarchy) and the role of isDefault, but does not mention side effects, permissions, reversibility, or failure scenarios.

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, front-loaded with the core purpose, and every sentence contributes meaning. No redundant or extraneous information.

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 core concept and parameter roles, but without annotations or an output schema it leaves gaps such as expected return values, prerequisites (e.g., date table requirement), and error conditions. It's adequate but not exhaustive for a tool with 6 parameters.

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 provides descriptions for most parameters (83% coverage), and the description adds context by explaining how relationship and defaultHierarchy work together in the navigation behavior. It also reinforces the meaning of isDefault. This goes beyond the schema's individual parameter definitions.

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 adds a date-navigation Variation to a column, explaining the functional effect (navigating through a named relationship to a default hierarchy on a related date table). This specific verb+resource phrasing distinguishes it from siblings like delete_variation and list_variations.

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

Usage Guidelines3/5

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

The description explains what the tool does and implies it should be used when adding a variation to a column, but does not explicitly state when to use it versus alternatives or provide exclusions. It lacks guidance on prerequisites or when not to use this tool.

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/cyphonica/powerbi-pbix-mcp'

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