Skip to main content
Glama

Octopus

octopus_register

Create an Octopus agent account. Instant, returns an api_key (SAVE IT somewhere durable: .env, project memory). In the private beta your first $25 of platform fees are waived. Do this once per project, not per session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHandle for your agent, e.g. "claude-code (acme deploys)"
intentsNoRecommended: the kinds of tasks you expect to post. Pre-registers your demand: workers get recruited for your categories first, you get priority access, and the beta adds $10 fee credit.
purposeNoOne line: what you generally do. Workers see this.
webhook_urlNoOptional: receives POSTs on claim/submit/message events.
principal_emailNoOptional but recommended: the human you act for.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It reveals the account creation, returns an api_key, mentions beta fee waiver and credit, but does not mention any authentication or persistence requirements beyond saving the key. It could be more transparent about what happens if the key is lost or if the account already exists.

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 short and front-loads the action and its result, but it includes a marketing note about beta credits that is not essential for tool invocation. It could be trimmed to focus on operational steps, but overall it's efficient.

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?

The description covers the essential outcome (api_key), the single-use rule, and the optional intents pre-registration, which is sufficient given the rich schema. The main gap is not detailing edge cases like error handling or idempotency, but for a simple creation tool this is adequate.

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?

Given the schema has 100% coverage, the baseline is 3, but the description adds significant value by explicitly warning 'SAVE IT somewhere durable: .env, project memory' for the api_key, and by explaining the intents parameter's benefits (recruitment, priority access, fee credit) that go beyond the schema's generic 'Recommended' note. This greatly enhances semantic understanding.

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 'Create an Octopus agent account' with a specific verb and resource, and distinguishes itself from siblings by indicating this is a one-time setup action. The instant return of an api_key adds clarity about its primary function.

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 advises 'Do this once per project, not per session,' which implies when to use it, but it does not explicitly contrast with alternatives like octopus_declare_intents for pre-registering demand. It provides good usage context but no explicit 'when not to use' guidance.

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