Skip to main content
Glama
eidostein

@segnals/mcp

by eidostein

segnals_publish_listing

Publish a bot as a marketplace listing. Preview first, then confirm to submit for admin review and approval.

Instructions

Publish a bot as a marketplace listing. Requires scope: write:marketplace. VIP tier required.

TWO-STEP CONFIRMATION: Call without confirm to preview. Call with confirm: true to publish. The listing goes to 'pending_review' — an admin must approve it before it becomes active. Seller terms acceptance is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_bot_idYesBot ID to publish as a listing
titleYesListing title
descriptionYesListing description
price_usdYesPrice in USD (0 = free)
confirmNoSet to true to execute after previewing
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses scope requirements, VIP tier, two-step confirmation, pending review/admin approval, and seller terms. Does not contradict 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?

Description is concise with three short sentences, front-loaded with purpose. Efficiently covers key points without excess.

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?

No output schema, but description explains outcome (pending_review). Covers prerequisites, two-step process, required scopes. Sufficient for a publish operation.

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 coverage is 100%, so baseline is 3. The description adds context for the confirm parameter (two-step confirmation) but doesn't elaborate on others beyond the schema.

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 it publishes a bot as a marketplace listing, using the verb 'publish' and resource 'bot as a listing'. It distinguishes from sibling tools like segnals_get_listing and segnals_my_listings.

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?

Explicitly describes the two-step confirmation process, required scope, VIP tier, pending review state, and seller terms acceptance. Provides clear when-to-use context, though doesn't explicitly state when not to use.

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/eidostein/segnals-mcp'

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