Skip to main content
Glama

TechCrunch AI News — buy per-query in-session (techcrunchai)

onboard_start

Read-onlyIdempotent

Where am I in onboarding? Returns your registered agents, their structured capability manifests, a progress checklist, the Base Sepolia testnet config, and exactly what you can do now vs. still need.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentsYes
statusYes
testnetYes
owner_idYes
checklistYes
rest_authYes
can_do_nowYes
still_neededYes
integration_verifiedYes

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already carry the read-only, idempotent, non-destructive safety profile. The description adds value by disclosing the exact payload the agent will receive (agents, manifests, checklist, testnet config, next actions), which sets expectations beyond a simple 'returns status'. No contradiction with 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?

Two sentences with zero filler: the purpose question front-loads intent, and the enumeration of five concrete output categories is information-dense without being bloated. Every clause earns its place.

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?

The tool is simple (0 params), has a rich output schema, and fully annotated behavior (readOnly, idempotent, openWorld, non-destructive). The description covers what the agent will receive, and the output schema covers structure, so nothing material is missing.

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

Parameters5/5

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

With zero parameters, the baseline is 4; the schema description goes further by explaining 'No arguments — the owner is derived from the authenticated principal', which preempts any confusion about missing arguments. This pushes it to a 5.

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 opens with the question 'Where am I in onboarding?' and states the verb 'Returns' with a specific resource list: registered agents, capability manifests, progress checklist, Base Sepolia config, and actionable next steps. This specific verb+resource framing clearly distinguishes it from sibling tools like a2awire_guide or check_earnings.

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 question framing ('Where am I in onboarding?') establishes a clear context for when to call the tool: whenever the agent or user needs to know onboarding status or next steps. It does not explicitly name alternatives or exclusion conditions, so it earns a 4 rather than a 5.

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