Skip to main content
Glama

Prowlo — Reddit & X for AI agents

trend_update

Idempotent

Update a Trend (name, query, interval, or window). Only provided fields change. Not metered. (requires a free Prowlo account — call it to get a signup link)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTrend id to update (from trend_list)
nameNoNew trend name (rename)
queryNoRecord match filter (same shape as search_dataset / list_records filters)
windowNoLook-back window, e.g. "7d", "30d", "90d"
intervalNoTime bucket size: "hour" or "day"

TDQS

A4/5.0
Behavior4/5

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

The annotations (idempotentHint true, destructiveHint false, readOnlyHint false) already indicate a non-destructive, idempotent mutation. The description adds valuable context beyond annotations: 'Only provided fields change' clarifies partial update semantics, 'Not metered' provides cost/usage behavior, and 'requires a free Prowlo account — call it to get a signup link' discloses an authentication requirement. These additions go beyond what the annotations capture.

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 compact and front-loaded: the first sentence states the core purpose and scope, followed by three short, informative clauses. Every sentence earns its place, providing the partial-update behavior, metering note, and account requirement without any fluff.

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?

The description is reasonably complete for an update tool with no output schema. It covers the purpose, partial-update semantics, metering, and auth requirement. It does not describe return values or error handling, but those are not required by the output schema. Given the nested query object, one could argue for more detail, but the schema already documents the query shape in depth.

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 input schema has 100% description coverage, so each parameter already carries a description. The tool description adds minimal parameter-level information, focusing only on the list of fields (name, query, interval, window) and the partial-update behavior. With high schema coverage, a baseline of 3 is appropriate; the description does not add significant new meaning beyond the schema.

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 action ('Update') and the resource ('Trend'), and also lists the specific mutable fields (name, query, interval, window). This makes it unambiguous and distinguishes it from sibling tools like trend_create or trend_delete.

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 implies usage by saying 'Update a Trend' and 'Only provided fields change', which suggests a partial-update pattern. However, it does not explicitly say when to use this tool versus alternatives like trend_create or trend_delete, nor does it mention any prerequisites or context beyond the account requirement.

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.

TDQS

A3.6/5.0
Disambiguation2/5

Several tool pairs have overlapping purposes: keyword_* and tag_rule_* are duplicates, keyword_monitor_create is a shortcut for a subset of watcher_create, and alert_list vs get_alerts have confusingly similar names. Even though descriptions are detailed, the redundancy and naming overlap make it easy to pick the wrong tool.

Naming Consistency2/5

The set mixes object-verb names (alert_create, watcher_create) with verb-object names (get_account, list_records) and prefix-based categories (social_*). The deprecated keyword_* tools are renamed tag_rule_*, and keyword_monitor_create doesn't follow the watcher_* pattern, creating an inconsistent naming scheme.

Tool Count2/5

At 42 tools, the surface is far above the typical well-scoped range, with 5 deprecated tools and redundant paths like keyword_monitor_create vs watcher_create inflating the count. A leaner set focusing on core operations would be more manageable.

Completeness3/5

The Reddit/HN monitoring and alerting side is well covered with CRUD for watchers, tag rules, alerts, and trends plus dataset and social reads. However, the server advertises X support but has no X tools, and there's no way to post comments or manage integrations beyond viewing account info, leaving notable gaps.