For the complete documentation index, see llms.txt. This page is also available as Markdown.

Example Prompts

Sample Queries — Intellizence MCP Tools

Example prompts you can type directly in Claude once the Intellizence MCP Server is connected. Claude automatically routes each prompt to the right tool and filters.


search_news

  • "What's the latest news on Stripe?"

  • "Show me recent Security Breaches & Outages news"

  • "Any Leadership & Management Changes news this week?"

search_funding_data

  • "Which companies raised a Series B or later in the last 7 days?"

  • "Show me funding rounds over $10M this week."

  • "Has [companyDomain] raised any funding recently?"

search_mergers_acquisitions_data

  • "What acquisitions has Salesforce announced in the past year?"

  • "Show me completed M&A deals over $500M in the healthcare industry."

  • "List recent terminated M&A deals "

search_layoffs_data

  • "Which tech companies announced layoffs in the last 30 days?"

  • "Any layoffs at [companyDomain] recently?"

  • "List companies that cut more than 500 jobs."

search_expansion_data

  • "Which companies are opening new data centers this quarter?"

  • "Show me business expansions with investment over $50M in California."

  • "List companies opening HQs in the last 6 months."

search_executive_changes_data

  • "Who are the new CFOs appointed in the retail industry this month?"

  • "Has [companyDomain] had any C-suite departures recently?"

  • "List executive resignations across the tech industry in the last 30 days."

search_security_breaches_data

  • "Show me data breaches impacting over 10,000 people this month."

  • "Has [companyDomain] disclosed any security incidents recently?"

  • "List security breaches in the healthcare industry in the US."


Detail Lookup Examples

  • "Give me the full details on that second funding deal." (uses get_fundraising_by_id)

  • "Pull up the complete record for that M&A deal you mentioned." (uses get_merger_acquisition_by_id)

  • "Show me everything on that breach at [company]." (uses get_data_breach_by_id)

These run automatically after a search — just ask Claude to expand on a specific result and it will call the matching detail tool.

The more specific your prompt is, the easier it is for the AI assistant to select the appropriate Intellizence tools and return relevant results.


Last updated