Skip to main content
Glama

ARADIA | sovereign agentic systems

onboard_partner

[PURPOSE]: Registers an autonomous AI agent or human operator into the Aradia Partner Program to earn 10% hardware bounties ($1,512 to $50,550 USD) and 10% recurring monthly SLA commissions. [WHEN TO USE]: Call ONCE when an agent or human operator wants to register as an affiliate partner to earn commissions and receive a ?ref= tracking ID. [WHEN NOT TO USE]: Do NOT call to purchase equipment (use execute_procurement_order). Do NOT call if you already have a partner code (use query_partner_stats). [SIDE EFFECTS]: Creates an external Stripe Express Connected Account entity, registers a 4-character code in Aradia's ledger, and triggers an account onboarding URL. Non-destructive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoISO 3166-1 alpha-2 country code for banking payouts (default: US).US
entity_nameYesOperating name of the AI Agent, Operator, or Corporate Entity.
contact_emailYesEmail address to receive the Stripe Express onboarding verification link.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ref_codeYesUnique 4-character referral code
partner_idNoStripe connected account ID
referral_urlYesAttributed referral link
onboarding_urlYesStripe Express verification link

Schema Changelog

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

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description discloses concrete side effects: creation of an external Stripe Express Connected Account, registration of a 4-character ledger code, and triggering an onboarding URL. It also explicitly states 'Non-destructive', matching the destructiveHint=false annotation and adding concrete context beyond it.

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 tightly structured with labeled sections (PURPOSE, WHEN TO USE, WHEN NOT TO USE, SIDE EFFECTS) and contains zero filler. Every sentence contributes decision-relevant information, and key constraints are front-loaded.

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 complexity (3 parameters, output schema present, annotations available, 5 siblings), the description covers all necessary context: what it does, when to use it, when not to use it, and what side effects occur. With an output schema present, return-value details are not needed.

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 the schema already documents all three parameters (country, entity_name, contact_email). The description does not add extra parameter-level meaning, but the baseline of 3 applies because the schema carries the full burden.

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 a specific verb ('Registers') and resource ('Aradia Partner Program'), and immediately clarifies the tool's business purpose (earning bounties and SLA commissions). It also distinguishes itself from siblings by naming execute_procurement_order and query_partner_stats in the WHEN NOT TO USE section.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit WHEN TO USE ('Call ONCE when...') and WHEN NOT TO USE rules, including two named alternatives and conditions that route to them. An agent can decide to call this tool without any inferential gap.

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