Skip to main content
Glama
dyngai

apollo-mcp

by dyngai

apollo_search_news_articles

Search for news articles about companies using Apollo organization IDs. Filter by event categories and publication date range to find relevant business news.

Instructions

Search Apollo for news articles about specific companies. organization_ids is REQUIRED — Apollo returns 422 without it. Optionally filter by event categories (e.g. 'hires', 'investment', 'contract') and a published-date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
per_pageNoResults per page (default: 25). Smaller values improve latency.
categoriesNoEvent categories to include (e.g. ['hires', 'investment', 'contract']). More categories are discoverable via Apollo's News search filter UI.
organization_idsYesApollo organization IDs to scope the search. Required by Apollo. Look these up via apollo_search_companies or apollo_enrich_company.
published_at_maxNoUpper bound of the publication-date range (YYYY-MM-DD).
published_at_minNoLower bound of the publication-date range (YYYY-MM-DD).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description bears full burden. It warns about 422 for missing required param, but does not disclose read-only nature, rate limits, authentication needs, or return format. Lacks depth.

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

Conciseness5/5

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

Two sentences, front-loaded with purpose, includes key constraint and optional filters. No wasted words.

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?

With 6 parameters and an output schema, description covers main use case and constraints. Could mention pagination or sorting, but not critical. Adequate.

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

Parameters3/5

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

Schema coverage is 100% with good descriptions. Description adds: explicitly states organization_ids is required (schema already marks it), gives example categories, and specifies date format. Adds modest value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Cleary states it searches for news articles about companies, with filters. Could more explicitly differentiate from sibling tools like apollo_search_companies, but the verb and resource are specific.

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

Usage Guidelines3/5

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

Provides important constraint: organization_ids is required and leads to 422 if omitted. Also mentions optional filters (categories, date range). However, does not advise when to use this tool versus alternatives (e.g., when to search companies instead).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dyngai/apollo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server