Skip to main content
Glama

FlexYield — blockchain RPC gateway

list_feedback

This account's feedback items with status and our reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNonew, reviewed, planned, shipped or declined (default: all)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description must carry the behavioral disclosure burden. 'List' implies a read-only operation and the description indicates what is returned, but it does not mention filtering defaults, pagination, ordering, or the absence of side effects. This is adequate but minimal for a read-only list 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?

The description is a single, front-loaded sentence with no filler. It efficiently communicates the account scope, the resource, and the output fields.

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?

For a simple one-parameter list tool, the description covers the essential return concept ('feedback items with status and our reply') and the schema covers the status filter. Some detail is missing, such as default behavior and potential output shape, but the low complexity makes the description sufficient.

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?

The schema fully documents the single optional 'status' parameter, including allowed values and the default of 'all'. The description does not add new parameter details, but none are needed since schema coverage is 100%.

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 states a concrete resource ('feedback items') and scope ('This account's'), and mentions what is included ('status and our reply'). This is not a tautology and distinguishes it from other list_* tools like list_tickets, though it does not explicitly name an alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given for when to use this tool versus related tools such as submit_feedback, reply_ticket, or list_tickets. There is no when-not-to-use condition or alternative-selection hint beyond the implied account scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources