Skip to main content
Glama

Set axis values

set_axis_values

Define or extend extra axis values on a timeline after the consent gate, adding course cases with student briefs. Upserts by ID; hides axis from nav when needed.

Instructions

Define or extend an extra axis (slot 1 or 2) after the consent gate.

values: [{id, name, role?, color?, symbol_svg?, sections?: [{h,t}]}], upserted by id, so this can be called repeatedly as material arrives. Unlike the entity axis there is no count cap — this is where a course's cases belong, each carrying the student's own brief in sections.

hide_nav keeps the chips on the cards and the detail pages reachable while dropping the axis from the nav bar, drawer and legend, and labels those chips with the value's name rather than a glyph. Set it for anything with more values than a nav row can hold; skip glyph design for it.

§0: sections are verbatim from the user's materials. This tool exists because an axis declared inside create_timeline is authored BEFORE record_materials_consent runs — so axis values carrying real content had no gate. This one is consent-locked like add_nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotYes
labelYes
valuesYes
hide_navNo
singularYes
timeline_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.4.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations are minimal (readOnlyHint=false, destructiveHint=false), so the description carries most of the behavioral burden. It discloses upsert-by-id semantics, repeatability, no count cap, verbatim sections from user materials, and exactly what hide_nav does to navigation and chips. It does not cover auth or errors, but the core mutation behavior is clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded and uses a compact pseudo-schema, but it contains a duplicated rationale sentence near the end and some domain jargon. It could be tightened without losing meaning.

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 is rich in domain context: it explains the consent-gate timing, why this tool exists, the entity-axis contrast, and hide_nav behavior. Still, it leaves label and singular undefined, and with no output schema it does not mention what the agent should expect in return. An agent would still need to guess on required parameters.

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?

With 0% schema description coverage, the description must compensate, and it does for some parameters: values gets a full inline shape, slot is constrained to 1 or 2, and hide_nav is explained in detail. But required parameters timeline_id, label, and singular receive no explanation, leaving significant gaps for a 6-parameter tool with 5 required parameters.

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 opens with a specific verb and resource: 'Define or extend an extra axis (slot 1 or 2) after the consent gate.' It also distinguishes this tool from the entity axis and from axes declared inside create_timeline, so an agent can tell what it is for and how it differs from siblings.

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 gives clear when-to-use context: after the consent gate, repeatedly as material arrives, and whenever the axis belongs to a course's cases. It also gives a concrete heuristic for hide_nav. However, it never explicitly names an alternative tool or states when not to use this one, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/lukebmandel-debug/alto-connector'

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