Skip to main content
Glama

discover_prospects

Identify companies with buying signals matching your best customers to find qualified prospects. Searches the web for similar companies without requiring existing pipeline data.

Instructions

Finds real companies that look like your best customers — searches the web for companies showing the same buying signals your winners showed. Takes 15-30 seconds. Works without prior pipeline data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNameYesYour company name
productDescriptionYesWhat your product does and who it's for. Infer from conversation context if the user has already described their product.
coreCapabilityNoThe single most important thing your product does — the core capability that makes customers buy
industryNoTarget industry to search within
targetMarketNoTarget market segment (e.g., "Series A SaaS companies")

Implementation Reference

  • The schema definition and description for the discover_prospects tool in the static catalog.
    {
      name: 'discover_prospects',
      description: 'Finds real companies that look like your best customers — searches the web for companies showing the same buying signals your winners showed. Takes 15-30 seconds. Works without prior pipeline data.',
      annotations: READ_ONLY,
      inputSchema: {
        type: 'object',
        properties: {
          companyName: {
            type: 'string',
            description: 'Your company name',
          },
          productDescription: {
            type: 'string',
            description: 'What your product does and who it\'s for. Infer from conversation context if the user has already described their product.',
          },
          coreCapability: {
            type: 'string',
            description: 'The single most important thing your product does — the core capability that makes customers buy',
          },
          industry: {
            type: 'string',
            description: 'Target industry to search within',
          },
          targetMarket: {
            type: 'string',
            description: 'Target market segment (e.g., "Series A SaaS companies")',
          },
        },
        required: ['companyName', 'productDescription'],
      },
    },
  • The handler implementation in AndruClient that proxies the tool execution to the backend API via the /api/mcp/tools/call endpoint.
    async callTool(name, args) {
      return this.post('/api/mcp/tools/call', { tool: name, arguments: args });
    }

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/geter-andru/andru-revenue-intelligence'

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