Skip to main content
Glama

getting_started

Read-only

The 5-step agent quickstart: modes, wait guidance, links. Free, no auth.

    Written to be parsed and acted on. Returns {what_this_is, five_steps, modes
    (cost + live latency + when to use), wait_guidance (expected_wait, estimates,
    progressToken, jobs), links}.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
linksNoDocs and endpoint links.
modesNoOne entry PER MODE (a list, not a map): {mode, base, per_hook, formula, p50_ms, p90_ms, latency_source, when_to_use}.
evaluateNoHow to judge output quality, including the public bake-off.
paymentsNoWhether a top-up is needed and the exact available path. Private-beta customer pricing requires neither checkout nor top-up.
webhooksNoHow to receive job and low-balance events.
five_stepsNoThe 5 ordered steps from nothing to hooks.
memory_cardNoA compact block worth persisting into your own memory.
what_this_isNoOne-paragraph description of the service.
wait_guidanceNoHow to avoid blocking blind: expected_wait, progressToken, jobs.
fleet_accountingNoHow tags and per-key caps attribute spend across a fleet.
response_shapingNoHow verbosity changes what you get back.
data_and_deletionNoRetention and what delete_account keeps.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / payments / description
      Previous value: -"How to top up: add_credits and create_checkout."New value: +"Whether a top-up is needed and the exact available path. Private-beta customer pricing requires neither checkout nor top-up."
  2. Changed3 schema fields changed
    • addedOutput schema / description
      Added value: +"The machine-readable quickstart. Free, no auth."
    • addedOutput schema / properties
      Added value: +{
      +  "data_and_deletion": {
      +    "description": "Retention and what delete_account keeps.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "evaluate": {
      +    "description": "How to judge output quality, including the public bake-off.",
      +    "type": [
      +      "object",
      +      "null"
      +    ]
      +  },
      +  "five_steps": {
      +    "description": "The 5 ordered steps from nothing to hooks.",
      +    "type": [
      +      "array",
      +      "null"
      +    ]
      +  },
      +  "fleet_accounting": {
      +    "description": "How tags and per-key caps attribute spend across a fleet.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "links": {
      +    "description": "Docs and endpoint links.",
      +    "type": [
      +      "object",
      +      "null"
      +    ]
      +  },
      +  "memory_card": {
      +    "description": "A compact block worth persisting into your own memory.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "modes": {
      +    "description": "One entry PER MODE (a list, not a map): {mode, base, per_hook, formula, p50_ms, p90_ms, latency_source, when_to_use}.",
      +    "type": [
      +      "array",
      +      "null"
      +    ]
      +  },
      +  "payments": {
      +    "description": "How to top up: add_credits and create_checkout.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "response_shaping": {
      +    "description": "How verbosity changes what you get back.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "wait_guidance": {
      +    "description": "How to avoid blocking blind: expected_wait, progressToken, jobs.",
      +    "type": [
      +      "object",
      +      "null"
      +    ]
      +  },
      +  "webhooks": {
      +    "description": "How to receive job and low-balance events.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "what_this_is": {
      +    "description": "One-paragraph description of the service.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  }
      +}
    • removedOutput schema / title
      Removed value: -"getting_startedDictOutput"
  3. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  4. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description adds 'Free, no auth' and details the exact return structure (what_this_is, five_steps, modes, wait_guidance, links). This provides behavioral context without contradicting annotations. It could mention rate limits or error behavior, but for a read-only quickstart, the disclosure is sufficient.

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 compact and front-loaded: the first sentence states the purpose, the second outlines the return structure. Every sentence adds value—no fluff or repetition of the schema.

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?

For a zero-parameter quickstart tool, the description fully covers what it does, what it returns, and the access requirements (no auth). The output schema exists, but the description's breakdown of the return object is still useful and sufficient.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description focuses on the return value, which is appropriate. No additional parameter explanations are needed.

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 identifies the tool as a '5-step agent quickstart' with specific content areas (modes, wait guidance, links). It distinguishes itself from sibling tools by focusing on onboarding, and explicitly states what it returns. This is a specific, actionable purpose rather than a vague one.

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 implies when to use the tool (for getting started and understanding modes/wait guidance), and it notes 'Free, no auth' to set expectations. It does not explicitly name alternatives or exclusions, but the context is clear enough for an agent to recognize this as the onboarding 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