Skip to main content
Glama
erova

VibeSharing MCP Server

by erova

triage_feedback

Update status, priority, or assignee on multiple feedback items to triage and organize incoming feedback directly from your editor.

Instructions

Update status, priority, or assignee on one or more feedback items. Use this to triage feedback from within your editor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoNew status for the feedback items
priorityNoNew priority for the feedback items. Omit to leave unchanged.
assigned_toNoUser ID to assign to. Use empty string to unassign.
feedback_idsYesOne or more feedback IDs to update
resolution_noteNoBrief explanation of how the feedback was addressed (shown to the stakeholder). Only meaningful when status is resolved/wont_fix/deferred.
Behavior2/5

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

Annotations are absent, so the description must disclose behavior. It only states the basic update operation and bulk capability; it does not mention permissions, reversibility, side effects like stakeholder notifications, or return values. This is a significant gap for a mutation tool.

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 sentences, front-loaded with the action, no redundant text. The usage sentence adds context without bloat.

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?

With no output schema and no annotations, the description leaves out return behavior and side-effect expectations. However, the schema fully documents parameters, and the tool's purpose is clear. Adequate but with gaps for a mutation tool.

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 covers all parameters with descriptions and enums. The tool description merely restates three field names without adding usage details. Baseline 3 applies.

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?

States 'Update status, priority, or assignee on one or more feedback items'—specific action, resource, and fields, distinguishing it from read or analysis tools like get_feedback and generate_feedback_topics.

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 says 'Use this to triage feedback from within your editor,' giving a clear use case. Does not mention alternatives or when not to use, but the 'Use this' instruction provides enough context for selection.

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/erova/vibesharing-mcp'

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