Skip to main content
Glama
OnStartups

Agent.ai MCP Server

by OnStartups

prospect_finder_find_and_rank_prospects

Find prospects by natural-language query, then score and rank them against your ideal customer profile.

Instructions

Searches for prospects matching a natural-language description via Fiber.ai combined NL search, then scores and ranks them against the seller's ICP using Perplexity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
search_queryYesNatural-language description of target prospects.
num_resultsNo5-20 results (default 5).5
seller_productNoProduct/service description for ICP scoring.
seller_icpNoICP for scoring and ranking.
seller_websiteNo
exclusion_slugsNoComma-separated LinkedIn slugs to exclude.
output_variable_nameYesprospect_finder_result
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It fails to mention that the tool calls external APIs (Fiber.ai and Perplexity) and may incur costs or have rate limits. It also does not mention that the result is stored in a variable (output_variable_name) or any side effects.

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?

The description is a single, well-formed sentence that efficiently conveys the core functionality. No unnecessary words or redundant information. It is front-loaded with the primary action (searches) and secondary action (scores/ranks).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (7 parameters, no output schema, no annotations), the description is too minimal. It does not explain the output format (list of ranked prospects stored in output_variable_name), nor does it mention that the tool can exclude prospects (exclusion_slugs). The lack of behavioral context (e.g., external API calls) makes it incomplete for an agent to reliably invoke without additional knowledge.

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 description coverage is 71%, which is moderate. The description adds no parameter-level details beyond what the schema already provides. For instance, 'seller_product' and 'seller_icp' are present in schema with descriptions, but the description does not explain their role in the scoring process. Score at baseline 3 as schema covers most but description does not enhance.

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's purpose: searching prospects via natural language (Fiber.ai) and scoring/ranking them against an ICP (Perplexity). It distinguishes from sibling prospect tools like 'prospect_research_find_prospects' by specifying the two-step process of search then scoring.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives such as 'prospect_research_find_prospects' or 'prospect_research_research_prospect'. It does not mention any prerequisites, limitations, or exclusion criteria. The description assumes the agent will infer usage context.

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/OnStartups/agentai-mcp-server'

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