Skip to main content
Glama

AIURION Agentic 3D Printing — San Francisco

Start Guest Ordering Session

printing.sessions.start

Immediately create a public, scoped 24-hour guest session with a small free quote allowance. No account or invitation is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNameNoOptional agent or platform name for support attribution.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate this is a non-read-only, non-destructive operation. The description adds behavioral specifics: 'public, scoped 24-hour guest session with a small free quote allowance' and 'No account or invitation is required.' This goes beyond annotations by disclosing session limits, scope, and access requirements, though it does not detail session expiration or side effects.

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 a single, front-loaded sentence that immediately states the action and key details. Every word contributes value, with no filler or redundancy. It is maximally concise while retaining essential information.

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

Completeness5/5

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

Given the tool's simplicity (one optional parameter, no nested objects), the description is complete: it explains what the tool does, session characteristics, and requirements. An output schema exists, so return-value details are covered externally. No critical context is missing for an agent to correctly invoke this tool.

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?

The only parameter, agentName, already has a schema description ('Optional agent or platform name for support attribution.'), and the tool description adds no additional meaning for it. With 100% schema coverage, the baseline of 3 is appropriate; the description neither detracts nor adds value for 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 clearly states the tool's function: 'Immediately create a public, scoped 24-hour guest session with a small free quote allowance.' It specifies the resource (session), the action (create), and key attributes (public, scoped, 24-hour, free quote allowance), distinguishing it from sibling tools that handle capabilities, quotes, checkout, and orders.

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 provides clear context: it is for creating a guest session without requiring an account or invitation. While it does not explicitly exclude alternatives or name when-not-to-use, the context is strong enough to infer its role as a starting point for guest ordering sessions. It lacks explicit comparison to siblings but is not misleading.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct resource/action: capabilities, checkout, orders, quotes (create/get/update), and sessions. There is no overlap in purpose, so an agent can unambiguously select the correct tool.

Naming Consistency5/5

All tool names follow a consistent dotted pattern: printing.<resource>.<action>. Verbs are uniform (get, create, update, start) and snake_case is used throughout, making the API predictable.

Tool Count5/5

Seven tools is well-scoped for a 3D printing service, covering the main workflow (capability discovery, session creation, quote management, checkout, and order tracking) without redundancy or bloat.

Completeness4/5

The surface covers the core lifecycle: capabilities, session, quote CRUD (create/get/update), checkout, and order status. A minor gap is lack of explicit delete/cancel operations, but these can be worked around via update or are not essential for the stated flow.

Resources