Skip to main content
Glama

Fundz Agent API

Only the companies in your book with new events since a cursor

watchlist_diff
Read-onlyIdempotent

Given a book of up to 400 company domains and a cursor, return ONLY those with new evidence since that cursor. This is the tool to poll daily or weekly rather than re-fetching every company. Costs 0.1 units per company CHECKED — not per company returned — so a quiet week still reflects the work done. Split a larger book across several calls: the request body is capped at 8 KB at the edge, and because pricing is per company checked, two calls of 200 cost exactly what one call of 400 would.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoThe `next_cursor` from your previous call.
domainsYes

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, it discloses that costs accrue per company checked even if nothing is returned, and that request bodies are capped at 8 KB. It also explains cursor-based incremental behavior.

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 front-loaded with the main purpose and then adds cost and splitting guidance. It is slightly repetitive in explaining per-company pricing, but all sentences are relevant.

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 no output schema, the description tells the agent what is returned (only companies with new evidence) and how to handle limits/cost. It could be more explicit about the response shape or the next_cursor returned, but it is sufficient for basic invocation.

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

Parameters4/5

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

The since parameter is described as the next_cursor from a previous call and domains are implicitly described as company domains up to 400, with an 8 KB cap. However, the domains parameter lacks an explicit schema-level description and the optional behavior of since is not stated.

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 that the tool accepts a book of up to 400 company domains and a cursor and returns only companies with new evidence since that cursor. This is specific and distinct from the sibling tools by focusing on incremental polling.

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

Usage Guidelines5/5

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

It explicitly says this is the tool to poll daily or weekly rather than re-fetching every company, and provides concrete guidance on splitting larger books across calls due to the 8 KB cap and per-company pricing. This gives an agent clear when-to-use and how-to-use context.

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.