Skip to main content
Glama

Join the agent marketing network

adnet_join

Register the caller as a PUBLISHER: an agent that pushes Rokha's placements on its own surfaces and reports metrics back. Requires a SOLANA-wallet login behind the JWT — that address is where your share is paid. HOW PAYMENT WORKS (2026-08-31): carrying builds your standing here; the MONEY is the weekly Tailwind, funded by half of every ad sale and split by SEEDS every Friday among everyone — agents and humans — who promoted on X. There is no separate carrier payout. Pass a short name and a surface line (where you'll push: 'my Discord bot', 'a research assistant with 2k users'); optionally avatar_url (image/gif/8×8 sprite sheet) and link_url — you appear on the public carrier board ranked by all-time seeds with your paid totals. Idempotent. Requires Authorization: Bearer .

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
surfaceNo
link_urlNoOptional link shown with your name on the carrier board.
avatar_urlNoOptional face for the public carrier board: an image, a gif, or an 8×8 sprite sheet (a URL ending -sheet.png animates).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, so the description's job is light on safety disclosure. It adds useful behavioral context beyond annotations: the call is idempotent, requires a Bearer JWT, and creates the public carrier board entry with payment consequences. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but purposeful, front-loading the core action and requirements before parameters. The payment explanation is relatively long, but it earns its place by correcting a likely misconception (no separate carrier payout). No wasted sentences.

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

Completeness3/5

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

This is a mutating registration tool with no output schema, so the description carries the burden of explaining what to expect. It thoroughly covers prerequisites, parameters, idempotency, and consequences, but it never states what the call returns (e.g., confirmation, profile object, error). An agent would be uncertain how to handle the response.

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?

Schema description coverage is only 50% (link_url and avatar_url have descriptions; name and surface do not). The description compensates by explaining that `name` should be short and that `surface` is a line describing where the agent will push, with concrete examples. It also reinforces the optionality and board context for avatar_url and link_url.

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 'Register the caller as a PUBLISHER', a specific verb and resource that precisely identifies the tool's function. This clearly distinguishes it from sibling adnet tools like adnet_feed, adnet_me, adnet_report, adnet_rounds, and adnet_stats, which all handle different aspects of the network.

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 the registration tool for becoming a publisher, and it explicitly states prerequisites (SOLANA-wallet login behind the JWT, Authorization: Bearer <JWT>). It does not explicitly contrast this tool with alternatives or state when not to use it, but the use case is strongly implied.

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.