Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Draft a social share

draft_share

Save a draft social-share post for a gallery item on X or LinkedIn. Write copy, and the draft persists for review without posting; rejected if over character limits.

Instructions

Save a reviewable social-share draft for a gallery item — you write the copy, this persists it (never posts). Platform 'x' (≤280 chars) or 'linkedin' (longer); over-limit copy is rejected. There is no live-publish connector: drafts are for the user to review and post. Use list_shares to review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe suggested post copy (short for X, longer for LinkedIn).
assetNoGallery asset this share is for, e.g. q3-report.html.
projectYes
platformYes
Behavior4/5

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

Annotations show readOnlyHint=false, destructiveHint=false, and idempotentHint=false, but the description adds meaningful context: drafts are never posted, over-limit copy is rejected, and there is no live-publish connector. This goes beyond the basic hints, though it could mention the return value or confirmation behavior.

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 two sentences, front-loading the core purpose and immediately adding key constraints and alternatives. Every sentence adds value with no redundancy.

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 4 parameters (3 required) and no output schema, the description covers overall behavior, platform constraints, and the post-action review path. It could mention what the tool returns upon success, but the absence of output schema reduces the burden. Overall, it provides sufficient context for an AI to use the tool correctly.

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 50%, with descriptions for 'text' and 'asset' but not 'project' or 'platform'. The description adds character limits for 'x' (≤280) and 'linkedin' (longer) and clarifies rejection behavior, significantly enhancing understanding. The 'asset' param is explained as a gallery asset example.

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 the tool saves a reviewable draft for social sharing and explicitly says it never posts, distinguishing it from potential publishing tools. The verb 'save' and resource 'social-share draft' are specific, and the sibling list includes 'remove_share' and 'list_shares', reinforcing differentiation.

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?

The description provides explicit when-to-use guidance: 'you write the copy, this persists it (never posts)'. It also advises when not to use it (no live-publish connector) and directs to 'Use list_shares to review', offering an alternative for review.

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/valentil/featureboard-mcp'

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