Skip to main content
Glama

EventTrader MCP

Launchpad Set Token Socials

launchpad_set_token_socials
Destructive

Set or update a launched token's Website / X / Telegram / Discord links OFF-CHAIN, gas-free, with the creator wallet's signature. Call once without signature to get the exact message to personal_sign, then again with signature (same timestamp + links). Works for every token whose on-chain socials are empty (all V2-factory launches); links show on the token page https://cymetica.com/launchpad/robinhood/token/, the launchpad cards and every API/NEXUS answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletNoCreator wallet that signed (default: the token's creator)
discordNohttps://discord.gg/… (empty clears)
twitterNohttps://x.com/… (empty clears)
websiteNohttps:// URL (empty clears)
chain_idNoChain the token lives on (4663 Robinhood Chain, 5042 Arc, testnets 46630/5042002). Optional — the same address can exist on more than one chain; Robinhood wins the tie-break
telegramNohttps://t.me/… (empty clears)
signatureNoEIP-191 personal_sign of `message` from step 1
timestampNoUnix seconds embedded in the message (default now; reuse on the signed call)
token_addressYesLaunched token (0x…)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

The description adds substantial behavior beyond the annotations: the operation is off-chain and gas-free, requires a two-step personal_sign flow, requires reusing the same timestamp and links, treats empty strings as clearing values, and propagates to the token page, cards, and API/NEXUS answers. This is rich context that the annotations do not provide.

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 a single dense sentence with high information density and no filler. It front-loads the core action and then packs in the signing protocol and scope. It is slightly run-on, but every clause earns its place.

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?

Given the tool's complexity (9 parameters, no output schema, two-step signing, chain ambiguity), the description covers the crucial workflow, scope, and propagation behavior. It does not specify the exact response format on the first call, but it tells the agent enough to invoke the tool correctly.

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 parameters. The description adds useful workflow context around signature/timestamp reuse and the meaning of empty values, but it does not add per-parameter meaning beyond what the schema provides. Baseline 3 is appropriate.

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 uses a specific verb and resource: 'Set or update a launched token's Website / X / Telegram / Discord links.' It also distinguishes this tool from launch/read siblings by emphasizing off-chain, gas-free operation and creator-wallet signing, so an agent can identify it without opening other schemas.

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 gives clear when-to-use guidance: it works for every token whose on-chain socials are empty, including all V2-factory launches. It also explains the two-step signing workflow (call without signature, then again with signature using the same timestamp and links). It does not explicitly name alternatives or state when not to use it, so it stops short of 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