Skip to main content
Glama

superpos_create_track

Create a new track with a unique slug and name. Optionally add a spec, description, or assign to a hive for task management.

Instructions

Create a track. slug is a lowercase kebab-case identifier (e.g. 'agent-hive-awareness'); spec is an optional long-form plan document (markdown).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
slugYes
specNo
stateNo
hive_idNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so the description must disclose behavioral traits. It only mentions creation, with no details on side effects, permissions, idempotency, or response behavior.

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

Conciseness4/5

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

Two concise sentences, efficiently conveying key parameter info. Could be slightly improved with bullet structure for readability.

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

Completeness2/5

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

Given no annotations, incomplete parameter coverage, and no mention of return value (despite output schema existing), the description lacks completeness for agent decision-making.

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

Parameters2/5

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

The schema has 0% description coverage. The description explains only 'slug' format and 'spec' as optional markdown, leaving 'name', 'state', 'hive_id', and 'description' unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create' and resource 'track', distinguishing from siblings like update or transition. However, it does not specify what a track represents in this system.

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 on when to use this tool versus alternatives (e.g., update_track, transition_track). No prerequisites or context for creation are mentioned.

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/Superpos-AI/superpos-mcp'

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