Skip to main content
Glama
alludium

Harmonic MCP Server

by alludium

Search Companies (Natural Language)

harmonic_search_companies
Read-onlyIdempotent

Search for companies using natural language queries to discover businesses by industry, location, funding stage, and other criteria.

Instructions

Search for companies using natural language queries. This is the primary entry point for discovering companies.

What it does: Searches Harmonic's database using AI-powered natural language understanding. You can describe what you're looking for in plain English.

Example queries:

  • "AI startups in San Francisco"

  • "fintech companies with Series A funding"

  • "B2B SaaS companies founded after 2020"

  • "healthcare startups in Boston with 50-100 employees"

Returns:

  • Company URNs (use harmonic_get_company to get full details)

  • Total count of matching companies

  • Query interpretation showing how your query was parsed

  • Pagination cursor for more results

Returns (JSON): { "data": [{ "urn": "urn:harmonic:company:123", "id": "123" }], "count": number, "totalAvailable": number, "hasMore": boolean, "nextCursor": string | null, "queryInterpretation": { "semantic": string, "faceted": [...] } }

Next Steps: Use the numeric ID from URN with harmonic_get_company for full company details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language search query (e.g., "AI startups in San Francisco", "fintech companies with Series A funding")
sizeNoNumber of results to return (default: 25, max: 1000)
similarity_thresholdNoMinimum similarity score 0.0-1.0 for filtering results
cursorNoPagination cursor from previous response
response_formatNoOutput format: "json" or "markdown"json
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds valuable behavioral context beyond annotations: it explains the AI-powered natural language understanding, pagination behavior with cursors, and the limited return format (URNs requiring harmonic_get_company for details). No contradiction with annotations exists.

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 well-structured with clear sections (What it does, Example queries, Returns, Next Steps) and efficiently conveys information. However, the JSON return example is somewhat redundant since there's no output schema, and the 'Returns' section repeats similar information in two formats, slightly reducing conciseness.

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

Completeness5/5

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

Given the tool's complexity (natural language search with 5 parameters), rich annotations (covering safety and idempotency), and lack of output schema, the description is highly complete. It explains the tool's purpose, usage, behavioral traits, return format, and integration with other tools, providing all necessary context for an AI agent to use it effectively.

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 100%, so the schema already fully documents all 5 parameters. The description adds minimal parameter semantics beyond the schema—it provides example queries that illustrate the 'query' parameter usage but doesn't explain parameter interactions or additional context. This meets the baseline 3 when schema does the heavy lifting.

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 explicitly states 'Search for companies using natural language queries' with the specific verb 'search' and resource 'companies', clearly distinguishing it from sibling tools like harmonic_lookup_company (which appears to be a direct lookup) and harmonic_find_similar_companies (which likely operates on existing companies). The 'primary entry point for discovering companies' phrase further establishes its distinct role.

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?

The description provides explicit guidance on when to use this tool ('primary entry point for discovering companies') and what to do next ('Use harmonic_get_company for full company details'). It distinguishes from alternatives by emphasizing natural language queries versus more specific lookup tools in the sibling list, though it doesn't explicitly name when NOT to use it.

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/alludium/harmonic-mcp-server'

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