Skip to main content
Glama
erova

VibeSharing MCP Server

by erova

generate_feedback_topics

Generate 3–5 tailored feedback questions for a prototype, weighted toward the chosen focus (design, feasibility, vision, interaction, or full review). Clarify the stakeholder's review needs before creating topics.

Instructions

Auto-generate feedback questions for a prototype based on what was built. IMPORTANT: Before generating questions, ask the user: 'What type of feedback is most important for this deploy?' and present these options:

  1. Awareness only — just sharing progress, no feedback needed

  2. Design direction — brand, visual, layout feedback

  3. Technical feasibility — is this buildable, are these features doable

  4. Vision alignment — does this match where we're going

  5. Interaction design — usability, flow, UX patterns

  6. Full review — all feedback welcome (default)

Use their answer as the 'focus' parameter. If 'awareness', skip topic generation and just set the brief. Otherwise generate 3-5 questions, weighting toward the chosen focus theme.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
briefNoA short (2-4 sentence) feedback brief explaining what this prototype is and what's ready for review. Stored on the prototype and shown to stakeholders in the Context tab.
focusNoThe type of feedback the designer wants. 'awareness' = no questions, just FYI. Others emphasize that theme. 'full' = all themes equally. Default: 'full'.
topicsNoArray of feedback questions to create. Generate 3-5 based on what you built. Weight toward the focus theme (e.g., if focus is 'feasibility', 2-3 questions should be feasibility-themed). Not required when focus is 'awareness'.
project_idYesThe VibeSharing prototype ID
Behavior5/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It explicitly states the interactive prerequisite (ask user for focus), the conditional behavior (skip generation for 'awareness'), and the generation rule (3-5 questions weighted toward focus). This goes beyond a simple mutation statement.

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 well-structured: a one-sentence summary, an 'IMPORTANT' call-out, a numbered list of focus options, and a concise conditional rule. Every sentence earns its place; the list is necessary because it provides the exact wording to present to the user.

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?

The description covers the interaction flow, focus handling, and generation guidance. However, it is slightly ambiguous whether the tool itself generates the topics or expects the agent to populate the 'topics' parameter, which is part of the input schema. This missing explicit clarification prevents a perfect score.

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?

Even though schema coverage is 100%, the description adds essential semantics: it maps the user's answer to the 'focus' enum values, explains the 'awareness' special case (skip topics, set brief), and clarifies that topics should be weighted toward the focus theme. This is meaningfully beyond the schema descriptions.

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 opens with a specific verb and resource: 'Auto-generate feedback questions for a prototype based on what was built.' This clearly distinguishes it from sibling tools like get_feedback (retrieval) and triage_feedback (categorization).

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 clear context and a step-by-step process: ask the user for focus, present options, use the answer as the 'focus' parameter, and generate 3-5 questions. It does not explicitly compare against alternatives, but the workflow implies when this tool should be used.

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