Skip to main content
Glama
alludium

Harmonic MCP Server

by alludium

Find Similar Companies

harmonic_find_similar_companies
Read-onlyIdempotent

Identify companies with similar characteristics to a target company using Harmonic's algorithm. Helps users discover comparable businesses based on industry, stage, and business model.

Instructions

Find companies similar to a given company. Core use case for VCs: "I like this company, find me more like it."

What it does: Uses Harmonic's similarity algorithm to find companies with similar characteristics (industry, stage, business model, etc.).

Input:

  • company_id: Either numeric ID (e.g., "1") or full URN (e.g., "urn:harmonic:company:1")

Returns (JSON): { "data": ["urn:harmonic:company:763898", "urn:harmonic:company:11578442", ...], "count": number }

Next Steps: Use harmonic_get_company with each URN to get full company details.

Example workflow:

  1. Find a company you like: harmonic_lookup_company with domain

  2. Get similar: harmonic_find_similar_companies with that company's ID

  3. Get details: harmonic_get_company for each similar company

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesCompany ID or URN to find similar companies for
sizeNoNumber of similar companies to return (default: 25, max: 1000)
response_formatNoOutput format: "json" or "markdown"json
Behavior4/5

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

The description adds valuable behavioral context beyond what annotations provide: it explains the similarity algorithm ('characteristics like industry, stage, business model'), describes the return format in detail with JSON structure, and provides 'Next Steps' guidance. While annotations cover safety (readOnly, non-destructive, idempotent), the description adds practical implementation 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (What it does, Input, Returns, Next Steps, Example workflow), front-loads the core purpose, and every sentence earns its place by providing distinct value. It's comprehensive without being verbose, using bullet points and JSON examples efficiently.

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 moderate complexity, rich annotations, and 100% schema coverage, the description provides excellent completeness: it explains the algorithm, provides input examples, details the return format (compensating for no output schema), gives next steps, and includes a full workflow example. It covers all necessary aspects for an agent to understand and use this tool effectively.

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?

With 100% schema description coverage, the baseline is 3, but the description adds meaningful context: it clarifies company_id accepts 'either numeric ID or full URN' with examples, explains the algorithm behind similarity matching, and provides workflow context that helps understand parameter usage. However, it doesn't add significant value beyond the well-documented schema for size and response_format parameters.

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 with specific verb ('find') and resource ('companies similar to a given company'), and explicitly distinguishes it from siblings by mentioning the core VC use case and referencing harmonic_lookup_company and harmonic_get_company as complementary tools. It goes beyond the title to explain the algorithm and use case.

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 versus alternatives through the 'Example workflow' section, which shows harmonic_lookup_company should be used first to find a company, then this tool for similarity, then harmonic_get_company for details. It also mentions this is the 'core use case for VCs' and references sibling tools by name.

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