Skip to main content
Glama

Create Signal Coin

create_signal_coin

:

Instructions

Prepare a signal coin on Base chain and return unsigned transaction calldata. Pass the result to submit_transaction to complete the post on-chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
creatorAddressYes0x wallet address of the creator (receives trading fees)
tickerYesCoin symbol, e.g. "SIGNAL" (max 8 chars)
nameNoCoin display name (defaults to ticker, max 30 chars)
contentNoText content of the signal post
urlNohttps:// or ipfs:// media URL to attach (use upload_signal_media first for local files)
mediaTypeNoMedia type hint (auto-detected if omitted)
pairingNoLiquidity pairing token (default: ETH)
initialBuyNoETH amount to buy at launch, e.g. "0.001" (default: 0)
payoutRecipientNo0x address to receive trading fees (defaults to creatorAddress)
paymentSignatureNoEIP-712 signature of the eip3009.message from the creatorAddress wallet. Required on the second call when AGENT_PAYMENT_KEY is not set.
paymentAuthorizationNoAuthorization object returned by the previous requiresPayment response. Pass this back together with paymentSignature on the second call.
Behavior4/5

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

Annotations cover safety profile (destructive: false, openWorld: true). Description adds critical behavioral context: it returns 'unsigned transaction calldata' (output format) and establishes the two-phase execution model (prepare vs submit). Parameter descriptions disclose the EIP-712 payment signature requirement for the second call, though the main description could emphasize this multi-call flow more prominently.

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 efficient sentences with zero waste. Front-loaded with core purpose ('Prepare a signal coin...'), followed by return value specification, then workflow instruction. Every word 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 11 parameters with complex nested pairing objects and a two-call payment authorization flow, the description covers the essential on-chain/Base chain context and submission workflow adequately. No output schema exists, so return value disclosure in the description is appropriate. Minor gap: the main description doesn't explicitly surface the payment authorization flow described in the paymentSignature parameter.

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 has 100% description coverage (baseline 3). Description elevates this by adding 'Base chain' context (crucial for interpreting address parameters) and 'unsigned transaction calldata' (explains the paymentSignature/paymentAuthorization parameter purpose). The reference to 'upload_signal_media first' in the url parameter schema also adds workflow context.

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 specific verb 'Prepare' with resource 'signal coin' and scope 'Base chain'. It clearly distinguishes from sibling 'submit_transaction' by stating this returns 'unsigned transaction calldata' whereas the sibling 'completes the post on-chain', establishing a clear preparatory role.

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?

Explicit workflow guidance: 'Pass the result to submit_transaction to complete the post on-chain' establishes the exact sequence. Also references sibling 'upload_signal_media' in the url parameter description for handling local files, showing clear sibling differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/baselab-me/signals-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server