Skip to main content
Glama

search_feedback

Full-text search across cached feedback items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (default 20).
queryYesSearch query string.
sinceNoOnly include items after this date (ISO 8601, e.g. "2025-01-01").
sourceNoSingular alias for sources — accepts a single source type string. If both source and sources are provided, sources takes precedence.
targetNoOptional target filter (e.g. "owner/repo" or app ID).
sourcesNoOptional list of source types to filter (e.g. ["github_issues"], ["github"]). Accepted values: github_issues (or "github"), hackernews, appstore.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral transparency burden. It only discloses that the data is 'cached' but omits details such as result ordering, pagination behavior, filtering semantics, and data freshness. This is minimal for a search tool with six parameters.

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 communicates the core purpose efficiently while leaving detailed parameter semantics to the schema.

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?

The schema and output schema cover most operational details, and the description provides the essential purpose and the 'cached' caveat. However, the lack of when-to-use guidance and behavioral nuance makes it only minimally complete for a six-parameter search 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 description coverage is 100%, so the baseline is 3; the schema thoroughly documents each parameter, including the source/sources precedence. The description itself adds no parameter-level meaning beyond the generic 'full-text search' phrase.

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 identifies a specific action ('Full-text search') and resource ('cached feedback items'), making its purpose immediately understandable. It distinguishes itself from sibling tools focused on pain points, sentiment trends, and synthesis.

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

Usage Guidelines3/5

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

Usage context is implied by the 'full-text search' phrasing and sibling tool names, but no explicit guidance is given for when to choose this over alternatives. It also does not mention exclusions or when a different tool would be more appropriate.

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.