Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Register onboarding email (optional)

register_email
Idempotent

Store and transmit a user's explicitly typed email from the onboarding tier-picker to the registrations listener. Only sends after explicit submit; skips if email is empty or malformed, and avoids re-posting.

Instructions

Store an email address the user explicitly typed and submitted on the tier-picker onboarding screen (the 'Save email' action — separate from picking a usage tier), then POST it once to the featureboard.ai registrations listener. This is deliberate outbound egress: the board is otherwise local-only, and this is the only call it makes without a user-configured destination (contrast notify_slack, which requires a webhook the user pastes in). There is no usage telemetry — only this email, and only after explicit submit. Never call this speculatively (e.g. on every onboarding render, or with an unconfirmed/autofilled value); omit or pass an empty string to skip. No-ops (no local write, no network call) when email is empty or malformed. Safe to call again later — once posted, it will not re-POST.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address the user explicitly typed and submitted. Omit/empty to skip registration.
Behavior5/5

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

Discloses deliberate outbound egress, no usage telemetry, no-op on empty/malformed, and safe to call again (idempotent). Annotations confirm idempotentHint and destructiveHint, with no contradiction. Description adds behavioral nuance beyond 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 fairly long but every sentence adds value. It is front-loaded with the core action and structured logically. Slight verbosity prevents a 5, but it remains efficient and clear.

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

Completeness5/5

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

With low complexity and no output schema, the description covers all necessary aspects: behavior, side effects, edge cases (no-op, safe re-call), and contrasts with siblings. It is fully complete for the tool's purpose.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Single parameter 'email' has 100% schema coverage and description adds meaningful guidance: 'explicitly typed and submitted', 'omit/empty to skip'. This clarifies the parameter's role beyond the schema definition.

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 identifies the tool's action: store an email from the tier-picker onboarding screen and POST it to a listener. It distinguishes from sibling tools by contrasting with notify_slack, which requires user-configured destination.

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?

Explicitly states when to use (explicit submit), when not to use (speculatively, on render, with unconfirmed/autofilled value), and provides alternative behavior (skip via empty string). Contrasts with notify_slack for context.

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