Phos Sales Engine
Server Details
B2B lead generation — prospect discovery, ICP scoring, outreach, and pipeline management.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 4 of 4 tools scored.
Each tool targets a distinct phase of the sales workflow: finding prospects, generating outreach, scoring fit, and viewing pipeline stats. There is no overlap in purpose or capabilities.
All tool names follow a consistent verb_noun pattern: find_prospects, generate_outreach, get_pipeline, score_prospect. This makes the tool set predictable and easy to navigate.
With only 4 tools, the server is well-scoped for a sales engine focused on discovery and outreach. Each tool covers a necessary function without redundancy.
The core lead lifecycle is covered: find, score, and generate outreach, plus pipeline overview. A minor gap is the lack of a tool to update prospect status or log outreach, but agents can likely work around this.
Available Tools
4 toolsfind_prospectsAInspect
Find business prospects by industry and location in NZ. Uses Yellow Pages and other scrapers to discover real businesses, deduplicates against existing DB.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max prospects to return (1-50) | |
| api_key | Yes | Your Sales Engine API key | |
| industry | Yes | Industry or business category (e.g. "plumber", "cafe", "gym") | |
| location | Yes | NZ city or region (e.g. "Auckland", "Wellington", "Christchurch") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Since no annotations are provided, the description carries the full burden of behavioral transparency. It reveals that the tool uses web scrapers and deduplicates against an existing database, which adds useful context. However, it does not mention potential rate limits, data freshness, or whether the operation is strictly read-only, leaving some ambiguity about 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exactly two sentences, with the first delivering the core purpose and the second adding data-source and deduplication context. Every word earns its place; there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a discovery tool with no output schema, the description adequately covers what it does, where it operates (NZ), how it works (Yellow Pages and other scrapers), and a key behavior (dedup against existing DB). It does not spell out the return format, but the tool name and purpose strongly imply a list of prospect businesses, making it sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides 100% coverage with descriptions for all four parameters (industry, location, api_key, limit). The description only repeats 'industry and location' without adding any new semantic detail, such as syntax, formatting, or parameter interaction, so it does not go beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Find business prospects by industry and location in NZ' – a specific verb, resource, and geographic scope. The mention of 'Uses Yellow Pages and other scrapers to discover real businesses' differentiates it from the sibling tools score_prospect and generate_outreach, which are about scoring and outreach generation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is used for discovering prospects by industry and location, but it does not explicitly state when to use it versus alternatives like score_prospect or generate_outreach. No explicit alternatives, exclusions, or prerequisites are mentioned, so the guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_outreachAInspect
Generate a personalized outreach message for a prospect using Claude AI sales brain. Returns subject, body, personalization points, and alternative subjects.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your Sales Engine API key | |
| prospect_id | Yes | UUID of the prospect to generate outreach for |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does disclose the return structure and references 'Claude AI sales brain', indicating AI-driven generation. However, it does not mention potential rate limits, required permissions beyond the api_key parameter, or error behavior for invalid prospect IDs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, information-dense sentence that front-loads the action and outcome. It contains no redundant words and every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has only 2 parameters and no output schema, so the description compensates by listing the return fields. It could be more thorough by explaining what 'personalization points' contain or any prerequisite steps, but for a simple generation tool it is fairly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Both parameters (api_key, prospect_id) are fully described in the schema (100% coverage), so the schema already documents them. The description adds no additional parameter-level context, meeting the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description precisely states the tool's verb ('Generate'), resource ('personalized outreach message for a prospect'), and expected output ('subject, body, personalization points, and alternative subjects'). This clearly differentiates it from sibling tools like find_prospects and score_prospect, which serve different functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage on a specific prospect (via prospect_id) and the output details make it clear this is for content generation in a sales workflow. However, it does not explicitly state when to prefer this over siblings or mention exclusion cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pipelineAInspect
Get pipeline statistics — prospects by stage, conversion rates, and daily metrics. Free (0 credits).
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your Sales Engine API key | |
| product | No | Product name (default: phos) | phos |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It adds the useful behavioral trait that the tool is free (0 credits). However, it does not explicitly state that the operation is read-only, what authentication is needed beyond the schema, or the shape of the response. For a getter, the mutation risk is low, but richer disclosures are absent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence stating the purpose, followed by a brief credit note. Every word earns its place with no fluff or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with only two parameters and no output schema. The description lists the key statistics returned ('prospects by stage, conversion rates, and daily metrics'), giving a solid picture of the output. It could mention product parameter usage or limitations, but the schema covers parameters, and the core functionality is well captured.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: both api_key and product are documented with clear descriptions. The description adds no parameter-specific details beyond what the schema already provides. Per the baseline rule for high schema coverage, a score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'Get pipeline statistics' clearly states the action and target. It also enumerates the contained metrics ('prospects by stage, conversion rates, and daily metrics'), distinguishing it from sibling tools like find_prospects, generate_outreach, and score_prospect.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for retrieving pipeline statistics, which is a distinct operation from the siblings. However, it provides no explicit when-to-use guidance, no exclusions, and no mention of alternative tools. The usage context is inferred but not articulated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
score_prospectAInspect
Score a prospect against your Ideal Customer Profile (ICP). Returns fit score 0-100 with detailed breakdown and contributing factors.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your Sales Engine API key | |
| prospect_data | Yes | Prospect data to score |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It states the return value (fit score 0-100 with breakdown and factors), which is useful, but it does not mention side effects, authentication requirements beyond the api_key parameter, or whether the operation mutates data. This leaves some ambiguity, but the read-only nature of scoring is reasonably implied.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that directly states the action and expected output. Every word contributes value, with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description appropriately mentions the return format (score 0-100) and breakdown, but it does not elaborate on what 'contributing factors' include or provide usage prerequisites. It is adequate for a straightforward scoring tool but leaves a few details to inference.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides descriptions for both api_key and prospect_data, and the nested fields are self-explanatory. The tool description adds no additional parameter-level detail, so it does not significantly exceed the schema's coverage, matching the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Score' and identifies the resource ('a prospect') and the criterion ('against your Ideal Customer Profile'). This clearly distinguishes it from sibling tools like find_prospects, generate_outreach, and get_pipeline, which serve different actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for scoring prospects against an ICP, but it does not explicitly state when to use it versus the sibling tools or provide any exclusions or alternative guidance. However, the distinct action makes the use case fairly obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenanceSales intelligence for DACH & EU SMEs — lead scoring, ICP fit, CRM enrichment & writeback.Last updatedMIT
- Flicense-qualityCmaintenanceEnables automated lead generation, AI enrichment, personalized messaging, and outreach orchestration through MCP tools and n8n workflows.Last updated
- Alicense-qualityCmaintenanceEnables B2B prospecting from natural language: detect buying signals, score leads against ICP, enrich decision-makers, and draft personalized outreach messages via Claude.Last updatedMIT

scrapercity-cliofficial
AlicenseBqualityCmaintenanceB2B lead generation MCP server with 20+ lead generation tools - Apollo scraping, Google Maps, email finder, email validator, mobile finder, skip trace, ecommerce store data, and more.Last updated25321MIT