Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Edit a text media asset

edit_media

Edit text/report assets by finding and replacing text, appending, or prepending content. Saves changes as a new version and archives the prior copy.

Instructions

Directly edit an existing text/report asset (find/replace, append, or prepend) and save the result as a new version — the prior copy is archived (edit-media). For images, use refine_media or image generation instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
findNoText to replace (all occurrences).
nameYesGallery asset (a text/report asset: .html/.svg/.txt/.md…).
appendNo
prependNo
projectYes
replaceNoReplacement for 'find' (default: remove).
Behavior4/5

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

The description discloses that the prior copy is archived, indicating non-destructive behavior, which aligns with destructiveHint=false. However, it does not detail other behavioral aspects like required permissions, response format, or concurrency handling, but adds value 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two efficient sentences that front-load the main action and operations, include an important behavioral note (archiving), and reference sibling tools. No extraneous information, earning its place.

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 no output schema, the description adequately covers the operation and archiving behavior. However, it does not specify what the tool returns (e.g., confirmation, version ID) or provide error handling context. It is minimally complete but could be more informative.

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?

The description mentions find, replace, append, and prepend operations but does not explain the 'project' and 'name' required parameters, nor does it provide syntax or format details. With only 50% schema description coverage, the description underperforms in adding meaning 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 the tool edits text/report assets with specific operations (find/replace, append, prepend) and archives prior versions. It explicitly distinguishes from sibling tools for images (refine_media, image generation), making its purpose unambiguous.

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 provides explicit guidance on when to use (for text/report assets) and when not (use refine_media or image generation for images). It implies the tool creates new versions and archives old ones, but does not enumerate all exclusions or prerequisites.

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