MCP App Store
Business & Operations

Yolando

by Birdseye Global

Overview

Yolando spots emerging trends, connects the dots, and moves before the market – or your competitors – see it coming. Connect your Yolando workspace to ask, in plain language, how ChatGPT and other AI assistants describe your business, where you're cited and where you're not, and how your visibility compares to your competitors'. Pull citation and reputation trends, track competitor movements, and get a prioritized list of what to create, optimize, or fix — all from your own workspace data, right inside the conversation. Requires a Yolando account.

Tools

archive_radar_item

ChatGPT
Archive a radar feed item so it no longer appears in the feed.

batch_update_prompts

ChatGPT
Enable or disable a set of prompts in bulk. Disabled prompts are excluded from nightly AI platform runs.

create_chat_suggestion

ChatGPT
Create a chat empty-state suggestion (employee only). A suggestion is a prompt: clicking its pill sends `message (falling back to label`) through the chat.

create_competitor

ChatGPT
Add a competitor to this workspace by URL. Triggers a web crawl and brand profile analysis.

create_content_piece

ChatGPT
Create a new content item and enqueue AI generation. Kicks off the Research → Plan → Write pipeline. Returns immediately with the content item in `"generating"` status — generation typically takes 5-15 minutes.

create_prompts

ChatGPT
Add new tracked prompts to a topic. Prompts are the questions Yolando submits to AI platforms (ChatGPT, Perplexity, Gemini, etc.) to measure brand discoverability. Returns the created prompts.

create_skill

ChatGPT
Create an Agent Skill in the catalog (employee only).

create_skill_resource

ChatGPT
Add a bundled resource file to an existing Agent Skill (employee only).

create_topic

ChatGPT
Create a new topic in this workspace. Topics are thematic categories that group related prompts. Returns the created topic including its ID, which can be passed to `create_prompts`.

delete_brand_voice

ChatGPT
Delete a brand voice from this workspace.

delete_chat_suggestion

ChatGPT
Soft-delete a chat suggestion (employee only).

delete_competitor

ChatGPT
Remove a competitor from this workspace.

delete_prompts

ChatGPT
Delete prompts from this workspace by ID.

delete_skill

ChatGPT
Soft-delete a skill from the catalog (employee only). The slug is freed for reuse; usage history keeps referring to the deleted row.

delete_skill_resource

ChatGPT
Delete a bundled skill resource file (employee only).

delete_topic

ChatGPT
Delete a topic and all its prompts from this workspace. Soft-deletes the topic and cascade-soft-deletes its prompts.

get_citation_insights

ChatGPT
Aggregated citation analytics for the workspace brand. Returns overall citation share plus the top domains that cite the brand in AI-generated responses. Use this for "where is my brand being cited?" and "top N citations" questions. Defaults to the last 30 calendar days (UTC unless timezone is given) when no time window is given; pass start/end or lookback_days to scope it (e.g. "last 90 days"). Use `limit` for "top N" requests (e.g. limit=10).

get_content_item

ChatGPT
Full detail for a single content item, including the generated body. Returns the content item's metadata, current status, and the complete generated text in markdown format. Use after `list_content to read or evaluate a specific piece — pass the id` field from that list.

get_insights_overview

ChatGPT
Brand-insights snapshot for the target workspace. Returns discoverability, share of voice, citation share, and reputation score. Ask this first for "how is my brand doing in AI search?" questions. Defaults to the last 30 calendar days (UTC unless timezone is given) when no time window is given; pass start/end or lookback_days to scope it (e.g. "last 90 days").

get_platform_insights

ChatGPT
Discoverability, share of voice, citation share, and reputation score broken down by AI platform (ChatGPT, Perplexity, Gemini, etc.). Returns four datasets in one tool call so you can answer "which platforms is my brand strongest / weakest on?" without making separate tool calls. Defaults to the last 30 calendar days (UTC unless timezone is given) when no time window is given; pass start/end or lookback_days to scope it.

get_platform_insights_by_brand

ChatGPT
Platform discoverability broken down by brand (workspace + competitors). Returns each tracked brand's discoverability score per AI platform, enabling side-by-side competitor comparisons across platforms. Use after `get_platform_insights to drill into "which brands are winning on each platform?" questions. Defaults to the last 30 calendar days (UTC unless timezone` is given) when no time window is given; pass start/end or lookback_days to scope it.

get_platform_insights_by_topic

ChatGPT
Platform discoverability broken down by topic. Returns each tracked topic's discoverability score per AI platform, showing which topics the brand appears in most on each platform. Use after `get_platform_insights to drill into "which topics drive visibility on each platform?" questions. Defaults to the last 30 calendar days (UTC unless timezone` is given) when no time window is given; pass start/end or lookback_days to scope it.

get_radar_item

ChatGPT
Full detail for a single radar feed item. Returns the complete radar item including strategic summary, diff sections (for site-change items), news sources (for market-news items), and topic associations. Use after `list_radar_feed to drill into a specific signal — pass the id` field from any item in that list.

get_recommendation

ChatGPT
Full detail for a single optimization recommendation. Returns the complete recommendation including the signal that triggered it, suggested actions, and supporting data. Use after `list_recommendations to drill into a specific recommendation — pass the id` field from any item in that list.

get_registry_skill

ChatGPT
Get a full skill registry entry, including SKILL.md body (employee only).

get_registry_skill_resource

ChatGPT
Get a full skill resource row, including inline content (employee only).

get_reputation_overview

ChatGPT
Brand reputation overview with theme-based score and theme breakdown. Returns the overall reputation score (percentage of positive themes), a positive/negative breakdown, and a summary of the recurring themes AI models associate with the brand. Use this for "what is AI saying about my brand's reputation?" questions. Defaults to the last 30 calendar days (UTC unless timezone is given) when no time window is given; pass start/end or lookback_days to scope it.

get_website_vitals

ChatGPT
Latest website vitals report for the workspace's brand domain. Returns the most recent crawl results including technical SEO health checks, robots.txt status, llms.txt status, and sitemap-related issues. Use for "what technical issues does my site have that affect AI discoverability?" questions.

list_brand_voices

ChatGPT
Brand voice profiles defined for the target workspace. Returns the list of brand voices available in the workspace, each representing a writing style, tone, and messaging guidelines. Use to discover which brand voice IDs can be passed to `create_content_piece`.

list_competitors

ChatGPT
List all competitors tracked by the target workspace. Returns each competitor's name, domain, and tracking status. Call this first to get competitor IDs needed by other tools.

list_content

ChatGPT
Content items created in this workspace. Returns AI-generated content pieces (articles, video scripts, social posts) with their current status. Use to browse what content has been produced or to get content item IDs for `get_content_item`.

list_prompt_executions

ChatGPT
Raw AI model responses for the tracked prompts in this workspace. Returns the actual responses generated by AI platforms (ChatGPT, Perplexity, Gemini, etc.) along with brand mention positions and citation data. Use to inspect exactly what AI models are saying about topics in the workspace's tracked prompt set.

list_prompt_insights

ChatGPT
Per-prompt insights for the target workspace. Use this to answer "which of my tracked prompts are doing best / worst?" — returns prompt-level discoverability and mention metrics. Defaults to the last 30 calendar days (UTC unless timezone is given) when no time window is given; pass start/end or lookback_days to scope it.

list_prompts

ChatGPT
Prompts (tracked questions) for this workspace. Returns each prompt's text, topic, funnel tag, and enabled state. Use to audit which questions are being tracked or to get prompt IDs before making changes.

list_radar_feed

ChatGPT
Competitive intelligence feed — news, competitor changes, and market signals. Returns paginated radar items surfaced by Yolando's monitoring system. Optionally filter by full-text search or limit to unread items. Use for "what's changed with my competitors recently?" questions.

list_recommendations

ChatGPT
Surfaced optimization recommendations for the target workspace. Returns AI-generated recommendations for the workspace's discoverability, citation, and reputation metrics. Each recommendation includes a type, priority, and the signals that triggered it. Use to list recommendations or to get a recommendation ID for `get_recommendation`.

list_registry_skills

ChatGPT
List skills in the authoring registry (employee only).

list_topics

ChatGPT
Topics (thematic categories) defined in this workspace. Returns each topic's name, ID, and prompt count. Use this to discover topic IDs before creating prompts or to understand how the workspace's tracked questions are organized.

list_workspaces

ChatGPT
List every workspace this token's user can currently access, with the scopes usable on each and an explicit writable flag. Call this first whenever you are unsure which workspace to target, then pass the chosen id as workspace_id to the other tools and reuse it across calls in a session. Results are keyset-paginated: pass next_cursor back as cursor to continue, keeping search unchanged (changing the search restarts iteration without a cursor).

promote_chat_suggestion_to_global

ChatGPT
Promote a workspace suggestion to global (employee only). Clears the suggestion's workspace scope so every workspace sees it.

promote_skill_to_global

ChatGPT
Promote a workspace skill to the global catalog (employee only). Clears the skill's workspace scope so every workspace sees it. Fails when a global skill already uses the slug.

update_brand_voice

ChatGPT
Update fields on an existing brand voice. At least one field must be provided.

update_chat_suggestion

ChatGPT
Update a chat suggestion (employee only).

update_competitor

ChatGPT
Update a competitor's brand profile. At least one of `name, icon_url, or aliases` must be provided.

update_prompt

ChatGPT
Move a prompt to a different topic or change its funnel stage. At least one of `topic_id or funnel_tag` must be provided.

update_skill

ChatGPT
Update a skill's content or active state (employee only). Content changes (description or instructions) bump the skill's revision so usage stays version-distinguishable.

update_skill_resource

ChatGPT
Update a bundled skill resource file (employee only).

update_topic

ChatGPT
Rename a topic in this workspace. Use `list_topics` to find the topic ID.

upload_registry_skill_resource

ChatGPT
Upload bytes to GCS and attach them as a skill resource (employee only).

Capabilities

Writes

Example Prompts

Click any prompt to copy it.

App Stats

52

Tools

3

Prompts

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily