Skip to main content
Glama

create_track

Create a Leanpub track to group courses into a curated collection. Set a title and slug to define the track.

Instructions

Create a new Leanpub track (curated collection of courses).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
titleYes
publisherIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only indicates that a new track is created, with no mention of side effects, validation behavior, required permissions, idempotency, or response details.

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?

The description is a single clear sentence with no fluff, and the key resource definition is front-loaded. It is appropriately concise for the amount of information it conveys, though it could be more informative without becoming verbose.

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?

For a mutation tool with no annotations, no output schema, and 0% schema description coverage, the description is too sparse. It explains what a track is but omits parameter guidance, usage context, and behavioral expectations, leaving an agent without enough information to invoke the tool confidently.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no information about the parameters (slug, title, publisherId). The parenthetical defines 'track' but does not explain any parameter meaning, required fields, or constraints.

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 uses a specific verb and resource ('Create a new Leanpub track') and clarifies what a track is with the parenthetical 'curated collection of courses.' This makes the tool's purpose clear, though it does not explicitly differentiate it from sibling tools like create_bundle or create_course.

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?

There is no guidance on when to use this tool versus alternatives such as create_course or create_bundle. The description only states what the tool does, leaving the selection context entirely to inference.

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