---
title: "Get Favorite Prompts"
description: "Get all prompts and answers that have been marked as favorites."
---

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

# Get Favorite Prompts

Use the Speak AI MCP server tool `get_favorite_prompts` to get all prompts and
answers that have been marked as favorites.

## What does it do?

Get all prompts and answers that have been marked as favorites. Useful for finding
saved insights and important AI-generated analysis.

## Parameters

`get_favorite_prompts` takes no parameters.

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `get_favorite_prompts`.

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Ask AI Chat](/mcp/tools/magic-prompt/) lists the rest of the Ask AI Chat
  category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/magic-prompt/get_favorite_prompts/index.mdx
