Skip to main content
Glama

Suggest Prompts

suggest_prompts

Suggest fresh AI-search prompts to track for a brand.

Generates generic, buyer-style category queries (never brand names) a customer might actually ask an AI, grounded in the brand's own profile: what it does, its market and language, and its competitors. Anything the brand already tracks is filtered out, so you only see new ideas.

Prefer this over inventing prompts yourself. The suggestions are tuned to how Trakkr measures visibility (generic category demand, not branded lookups). Nothing is tracked until you create it with manage_prompt(action="create") or bulk_manage_prompts(action="create").

Args: brand_id: The brand to suggest prompts for (required). focus: Optional. A topic or keyword to steer suggestions toward a product line or use-case. Omit for broad category coverage. limit: How many suggestions to return, 1-10. Default 8.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNo
limitNo
brand_idYes
user_intentNoAnalytics hint: the user's latest request in one short sentence. Omit secrets and prior chat.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations declare readOnlyHint=false and openWorldHint=true but say nothing about persistence or dedup. The description fills that gap by clarifying already-tracked prompts are filtered out and 'Nothing is tracked until you create it,' which is valuable for a generically non-read-only tool. It does not mention generation cost/credits or return format, keeping it short of a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core action and a compact Args block. Slight redundancy: 'generic, buyer-style category queries' is restated by 'tuned to ... generic category demand, not branded lookups,' but the repetition reinforces a key constraint rather than bloating meaninglessly.

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?

No output schema exists, so the description is the only source of return-value context and it gives enough (count controlled by limit, new-only results). Safety/side-effect profile is clarified via the explicit 'nothing is tracked until you create it' note, though the exact suggestion payload shape is left implicit.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at only 25%, the description carries the burden and does: it defines brand_id (required, the brand to target), focus (steering topic, omit for breadth), and limit (1-10, default 8). Only user_intent is undocumented here, but the schema already supplies its own description.

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?

States a specific verb (suggest) and resource (AI-search prompts) plus the scope: generic buyer-style category queries a customer would ask an AI, filtered to untracked ideas. An agent can distinguish this from list_prompts or manage_prompt at a glance.

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

Usage Guidelines5/5

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

Explicitly says 'Prefer this over inventing prompts yourself' and names the downstream tools (manage_prompt(action="create") / bulk_manage_prompts(action="create")) needed to actually persist prompts. It also states when to use focus (product line/use-case) vs omit it (broad coverage).

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