Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Record a campaign open

record_campaign_open
Idempotent

Record campaign opens per recipient to update open-rate statistics. Supports idempotent entries from mail connectors or manual reports.

Instructions

Record that a recipient opened a campaign (idempotent per recipient) — for when a mail connector or manual entry reports opens. Updates open-rate stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
emailYes
projectYes
Behavior4/5

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

Annotations already declare idempotentHint=true and destructiveHint=false. The description adds value by stating it 'updates open-rate stats,' which is a behavioral trait beyond annotations. However, it could disclose more about permissions or side effects.

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 a single sentence (21 words) that front-loads the core action. Every word is meaningful, with no redundancy or filler.

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

Completeness3/5

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

Given the tool's simplicity (3 required string params, no output schema), the description covers purpose, idempotency, and side effects. However, the complete lack of parameter documentation is a notable gap, especially with zero schema coverage.

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

Parameters2/5

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

With 0% schema description coverage, the description fails to explain the three parameters (project, id, email) beyond their names. It neither maps them to campaign ID or recipient email nor provides any format hints. The description should compensate but does not.

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 records that a recipient opened a campaign, using a specific verb and resource. It distinguishes itself from sibling tools like create_campaign or get_campaign by focusing on recording an open event with idempotency.

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 explicitly says the tool is for use 'when a mail connector or manual entry reports opens,' providing clear context. It does not specify alternatives or when not to use, but the use case is well-defined.

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