Skip to main content
Glama

corpus

vela.magazine.sequence_path

vela.magazine.sequence_path
Read-only

Ask what this magazine would actually give a reader who said they wanted these things. Returns the REAL sequenced path with the rationale for each piece — the same core the anonymous intake calls, not a preview. Read-only: writes nothing and records no signal.

[capability: adaptive-magazine-engine · mirrors: POST /api/magazine/start-path]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formsNoArticle forms to steer by. At least one of emotions/forms is required.
limitNoPieces to return (default 4).
emotionsNoEmotions the reader is steering by.
propertyNoProperty id; defaults to vela.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
propertyYes

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate read-only and non-destructive behavior, and the description adds a useful explicit guarantee: 'writes nothing and records no signal.' It also clarifies the output is the real path, not a preview, which goes beyond the annotations.

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?

Three short, front-loaded sentences plus one bracketed metadata line. Each sentence adds a distinct fact: purpose, output authenticity, and side-effect guarantee. There is no filler or repetition.

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

Completeness4/5

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

Given full schema coverage and an output schema, the description need not repeat parameter or return details. It covers purpose, output authenticity, and side effects. The main gap is not mentioning how this relates to the sibling relation_floor tool for adjacent magazine use cases.

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?

Schema description coverage is 100%, so parameters such as forms, limit, emotions, and property are already documented in the schema. The description only gestures at these via 'wanted these things' and adds no additional parameter-level guidance.

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 names a concrete deliverable: the REAL sequenced path with rationale for each piece. It also explicitly states this is not a preview, clarifying the output is the actual core path. It does not explicitly contrast with sibling tools like relation_floor, but the verb and resource are clear enough.

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 opening sentence frames the specific scenario: use this when asking what the magazine would actually offer a reader expressing certain wants/emotions/forms. It provides clear context but does not list exclusions or explicitly direct the agent to an alternative sibling tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources