Skip to main content
Glama

search_comments

Read-onlyIdempotent

Search authorized projects for website and asset feedback using text, dates, author, status, tags, and priority. Without project filters, searches all projects granted to this connection. Results are paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoPage path, for example /pricing.
tagsNoOne or more comma-separated tag names.
limitNo
queryNoSearch feedback text and titles.
authorNoAuthor name or email.
offsetNo
searchNoSearch feedback text and titles; equivalent to query.
sourceNoall
statusNoOne or more comma-separated status names.
asset_idNoRestrict asset feedback to this asset ID.
priorityNoOne or more comma-separated priorities.
project_idNoAuthorized project ID, project slug, domain, or public key. Defaults to the configured project when omitted.
project_idsNoOnly search these authorized project IDs.
created_afterNoInclusive lower creation timestamp, with timezone.
created_beforeNoInclusive upper creation timestamp, with timezone.
include_archivedNoInclude archived feedback; defaults to false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds pagination behavior ('Results are paginated') and the default project scope, which are useful but not extensive. It does not mention rate limits, auth requirements, or output format, though output schema covers the latter.

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 core purpose, and contains zero redundancy. It efficiently conveys the search scope, filter categories, default project behavior, and pagination without wasting words.

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?

Despite having 16 parameters, the schema and output schema carry most of the detailed information. The description covers the essential context: the default project scope when no filters are applied, and pagination. It does not explain how to combine filters or the return structure, but those are documented in the schemas, so the description is sufficiently complete for correct invocation.

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 81%, so most parameters have descriptions in the schema. The description lists filter dimensions (text, dates, author, status, tags, priority) that map to existing schema properties (query, created_after/before, author, status, tags, priority), but it adds no new semantic meaning beyond what the schema already provides. The baseline of 3 applies given high schema coverage.

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 specific verb ('Search') and a clear resource ('authorized projects for website and asset feedback'), and lists the filter dimensions (text, dates, author, status, tags, priority). It effectively distinguishes from sibling tools like list_comments by emphasizing search across projects with filters, though it does not explicitly name an alternative tool.

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?

The description provides a key usage condition: 'Without project filters, searches all projects granted to this connection.' This clarifies scope, but it does not explicitly state when to prefer this over alternatives like search or list_comments, nor does it mention any exclusions or complementary tools.

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