Skip to main content
Glama

request_feature

Request new features or tool capabilities for the Vivado MCP server when you encounter limitations. Provide title, description, use case, and priority to specify what you need.

Instructions

Request a new feature or capability for the Vivado MCP server. Use this when you encounter a limitation or wish you had a tool that doesn't exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesShort title for the feature request
descriptionYesDetailed description of what you need and why
use_caseNoThe specific use case or task you were trying to accomplish
priorityNoHow important is this feature? (default: medium)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the action ('request a new feature') but does not disclose behavioral traits such as whether the request is saved, who receives it, or if any side effects occur. The description is adequate but lacks depth for a tool with no annotation coverage.

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 composed of two short sentences, entirely free of fluff. The purpose is front-loaded, and every sentence serves a clear function: stating the tool's action and explaining when to use it.

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?

Given the low complexity of this tool, the absence of an output schema, and the rich parameter descriptions in the schema, the description is sufficiently complete. It explains what the tool does and when to use it, which is all that is needed for an agent to invoke it correctly.

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 description coverage is 100%, so the input schema already describes all four parameters. The tool description does not add any additional meaning or context beyond what is in the schema. According to the rubric, the baseline is 3 when coverage is high, and no further value is added.

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's purpose: 'Request a new feature or capability for the Vivado MCP server.' It uses a specific verb ('request') and resource ('feature'), and it differentiates from sibling tools like list_feature_requests, which handles listing existing requests.

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 when to use the tool: 'when you encounter a limitation or wish you had a tool that doesn't exist.' This provides clear context, though it does not mention when not to use it or discuss alternatives like list_feature_requests.

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/coreyhahn/vivado_mcp'

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