Skip to main content
Glama

Fundz Agent API

Ranked companies matching an ICP, each with evidence

events_for_icp
Read-onlyIdempotent

Find companies matching an ideal-customer profile that have had recent funding or SEC 8-K events, ranked, each with its evidence. Use this to build a list from scratch. min_signals filters for companies with several signals at once. Costs 1 unit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows per call. Hard-capped at 100 server-side; values above are clamped, not refused. Page with `cursor` for more.
cursorNo
statesNoFull state names as stored, e.g. 'California'.
industriesNo
min_signalsNo
lookback_daysNo
max_employeesNo
min_employeesNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover read-only and idempotent behavior. The description adds cost information ('Costs 1 unit') and mentions ranking/evidence, which are behavioral details. No contradictions with annotations.

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 concise sentences with no fluff. Well-structured and directly addresses the tool's purpose and key usage.

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?

Provides enough context to understand the tool's function and expected output (ranked evidence). No output schema is required. Minor gap on parameter details, but overall complete.

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

Parameters2/5

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

Only `min_signals` is explained in the description, and `limit` and `states` have schema descriptions. The remaining parameters (cursor, industries, lookback_days, min/max_employees) are unexplained, resulting in low coverage. The description does not compensate for these gaps.

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?

Clearly states the tool finds companies matching an ICP with recent funding or SEC 8-K events, ranked with evidence. The phrase 'build a list from scratch' differentiates it from sibling tools like watchlist_diff.

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

Usage Guidelines4/5

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

Provides a direct use case: 'Use this to build a list from scratch.' While it does not explicitly contrast with siblings, the phrase implies initial list creation, offering sufficient 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.