> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcitable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# search_prompt_intelligence

> Semantic search over the brand's tracked prompts.

Semantic search over the brand's tracked prompts. Returns matching prompts with funnel stage (TOFU/MOFU/BOFU), strategic value, topic cluster, brand scope, persona match, platforms tracked (ChatGPT/Gemini/Claude/Perplexity/Grok), and latest visibility, citation, and sentiment scores.

## When to use

* "Do I track prompts about topic X?"
* "What MOFU prompts am I losing visibility on?"
* "Show me prompts tied to persona Y."
* "Which prompts mention competitor Z?"

Skip when the user wants a summary (use [`get_brand_visibility`](/mcp/reads/get-brand-visibility)) or action items (use [`get_geo_priorities`](/mcp/reads/get-geo-priorities)).

## Response

```
{ query, total,
  results: [{ id, promptText, funnelStage, strategicValue, topicCluster,
              brandScope, personaMatch, platforms[],
              visibilityScore, citationScore, brandSentimentScore, isNew }] }
```

## Example

Calling with `{ query: "AI marketing automation", funnelStage: "MOFU", limit: 10 }` returns up to 10 MOFU prompts semantically matching "AI marketing automation".

## See also

* [Overview](/mcp/overview)
