Skip to main content
Glama

sales-intelligence-mcp

track_startup_funding

Read-only

Track recent startup funding announcements filtered by stage and sector.

Wraps nexgendata/startup-funding-tracker. Returns recent rounds (Crunchbase News + TechCrunch + sector press) including company, amount, round type, investors, and date.

Args: stage: Optional stage filter ("seed", "series a", "series b", ...). sector: Optional sector / industry filter ("ai", "fintech", ...). days_back: Look-back window in days (default 30, max ~180).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageNo
sectorNo
days_backNo

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true, so the safety profile is clear. The description adds that it wraps an external dataset, returns recent rounds, and has a max days_back of ~180. It does not disclose pagination, rate limits, or behavior on empty results, but provides adequate extra context beyond annotations.

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

Conciseness4/5

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

The description is well-structured with a summary line, wrapper info, return fields, and an args list. It is slightly verbose but not excessive, clearly presenting all necessary information in a readable format.

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 three simple parameters, no output schema, and moderate annotations, the description covers purpose, parameters, and basic behavior. It mentions return fields but does not detail the exact output structure (e.g., whether it's a list or paginated). Overall, it is fairly complete for the tool's complexity.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries full responsibility for parameter explanations. It clearly describes 'stage' and 'sector' as optional filters with examples, and 'days_back' with default and max values, adding significant meaning beyond the raw schema.

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

Purpose5/5

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

The description clearly states the tool tracks recent startup funding announcements with filtering by stage and sector. It specifies the data sources (Crunchbase News, TechCrunch, sector press) and the information returned (company, amount, round type, investors, date), distinguishing it from siblings like enrich_company or search_linkedin_jobs.

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?

The description mentions optional filters and a look-back window, providing some usage context. However, it does not explicitly compare with sibling tools or state when to prefer this over other company data tools, lacking clear when-to-use or when-not-to-use guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct sales intelligence function: from company profiling, tech detection, hiring signals, to lead finding and enrichment. Even the two enrichment tools (enrich_company vs. aggregate_company_profile) are clearly differentiated by depth and features.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (e.g., aggregate_company_profile, detect_tech_stack, find_b2b_leads). No mixing of conventions or vague verbs.

Tool Count5/5

10 tools is well-scoped for a sales intelligence server, covering the full pipeline from prospecting to enrichment and signal detection. It's neither too sparse nor overwhelming.

Completeness5/5

The tool set covers end-to-end sales research: lead generation, company enrichment, tech stack detection, hiring signals, email finding, YC directory, job search, and funding tracking. No obvious gaps for the intended domain.

Resources