Skip to main content
Glama
featurepulse

featurepulse-mcp

Official
by featurepulse

list_feature_requests

Prioritize development by retrieving feature requests with filters, search, and sorting, including vote counts and MRR (revenue at risk).

Instructions

List feature requests from FeaturePulse. Supports filtering by status and priority, full-text search, and sorting. Each result includes MRR data (revenue at risk) and vote breakdown so you can prioritize development by business impact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch term to filter by title
limitNoMax results to return (1–200, default 50)
offsetNoPagination offset (default 0)
statusNoFilter by status
sort_byNoSort order: vote_count (most votes first), mrr (highest revenue impact first), created_at (newest first). Default: vote_count
priorityNoFilter by priority
project_idNoProject UUID. Required if your API key has multiple projects. Use list_projects to see available projects.
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It mentions return contents (MRR data, vote breakdown) but does not explicitly state read-only behavior, auth requirements, or pagination behavior. There is also a slight inconsistency: description mentions 'full-text search' while the schema says 'filter by title'.

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 two sentences, front-loaded with the main purpose, and each sentence adds meaningful information. There is no fluff or redundancy.

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?

Given the 7 parameters, high schema coverage, and no output schema, the description adequately conveys the tool's purpose and key output highlights (MRR, votes). It doesn't explicitly address when to choose this over search_feedback, but it provides enough context for typical use.

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 coverage is 100%, so each parameter is already described. The description adds context about MRR and vote breakdown but doesn't provide additional detail on parameter formatting or behavior beyond the schema. The 'q' parameter description is somewhat ambiguous against 'full-text search'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists feature requests from FeaturePulse, which is a specific verb and resource. It lists key capabilities (filtering, full-text search, sorting) but does not explicitly differentiate from sibling tools like search_feedback.

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 by stating the tool helps prioritize development by business impact, implying it should be used for sorting and reviewing feature requests. It does not explicitly mention alternatives or when not to use it, but the context is sufficient.

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/featurepulse/featurepulse-mcp'

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