signals
Server Details
Deduplicated, entity-resolved funding rounds, acquisitions, and exec moves as MCP tools.
- 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 11 of 11 tools scored. Lowest: 2.9/5.
Each tool targets a distinct resource or action: event lists (acquisitions, funding_events, exec_moves), entity search (companies, investors), single-company timeline, and watchlist management (create, list, get, add, remove). There is no meaningful overlap in purpose or output.
Watchlist tools follow a clear verb_noun pattern (add_to_watchlist, create_watchlist, get_watchlist, list_watchlists, remove_from_watchlist), while data endpoints use plural nouns (acquisitions, companies, investors). This is a coherent resource/action distinction, though a uniform verb_noun style would improve consistency.
11 tools is well-scoped for a corporate signal platform: it covers entity search, event lists, single-company timelines, and watchlist management without unnecessary overlap or bloat. Each tool has a clear role.
Core functionality is present: search for companies/investors, list major event types, retrieve a company timeline, and manage watchlists with create/list/get/add/remove. The only notable gap is a missing delete_watchlist operation, which is a minor omission.
Available Tools
11 toolsacquisitionsAInspect
List acquisition and merger events ordered by announcement date, newest first. Filter by payment type, deal amount range, merger flag, or a company that is the acquirer or target. Costs one credit per returned record.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-100). Each returned record costs one credit. | |
| since | No | Return records announced on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. | |
| cursor | No | Opaque pagination cursor returned as pagination.nextCursor on the previous page. | |
| isMerger | No | Filter to mergers (true) or acquisitions (false). | |
| companyId | No | Return only events where this company is the acquirer or target. | |
| verticals | No | Target company sector filters (OR). Canonical values: ai, fintech, saas, devtools, healthcare, climate, robotics, cybersecurity, logistics, commerce, data, crypto, media, education, marketing, telecom, realestate, hardware, gaming, space. | |
| paymentType | No | Payment type filters. Canonical values: cash, stock, mixed, undisclosed. | |
| maxAmountUsd | No | Maximum deal amount in USD. | |
| minAmountUsd | No | Minimum deal amount in USD. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description bears full responsibility. It discloses a significant behavioral trait: 'Costs one credit per returned record,' and specifies the ordering. However, it does not describe response structure, pagination behavior, or potential errors, leaving some gaps.
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 two sentences, with the core action and resource in the first and filters/cost in the second. Every word contributes; there is no padding 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 the tool's complexity (9 parameters, no output schema, no annotations), the description covers the essential purpose, ordering, and filter dimensions, and even notes credit cost. It omits explicit pagination semantics but the schema's cursor field covers that. This is a well-rounded description for a list endpoint.
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?
All 9 parameters have descriptions in the schema (100% coverage), giving a baseline of 3. The description reiterates filter categories ('payment type, deal amount range, merger flag...') but does not add deeper semantics beyond what the schema already provides.
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 specifies a verb ('List') and a resource ('acquisition and merger events'), and gives an ordering guarantee ('newest first'). This distinguishes it from sibling tools like funding_events and exec_moves, which cover different event types.
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 indicates suitable usage by listing available filters and the read-only nature. It does not explicitly name alternatives or state when not to use it, but the context is sufficiently clear that an agent can infer when to invoke it for M&A data.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
add_to_watchlistAInspect
Add companies (domain, name, LinkedIn URL, or id) to a watchlist. Returns a per-item result of added, already_present, or unresolved. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Watchlist id. | |
| companies | Yes | Company identifiers: domain, name, LinkedIn URL, or Datahyena id. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the return format (per-item added, already_present, or unresolved) and notes the tool is free. It could mention error handling for invalid watchlist ids, but for an add operation it provides adequate behavioral context.
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 very concise, with three short sentences each serving a purpose: purpose, return behavior, and cost. No unnecessary words or repetition.
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 simple two-parameter tool with no output schema, the description covers the essential behavior: adding companies and returning per-item results. It doesn't explicitly state that the watchlist must exist, but the required id parameter implies this. Overall, it is sufficiently complete for correct invocation.
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%, so the parameters are fully documented in the schema. The description repeats the identifier types (domain, name, LinkedIn URL, id) but adds no extra semantic meaning beyond the schema, matching the baseline of 3 for high schema coverage.
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 the action (add), the resource (companies), and the target (watchlist), with a specific list of identifier types. It distinguishes from siblings like create_watchlist (creating) and remove_from_watchlist (removing) through the verb and context.
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 (adding to an existing watchlist via an id) but does not explicitly compare to alternatives like create_watchlist or remove_from_watchlist. There is no when-not-to-use guidance, so the usage context is clear but not fully explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
companiesAInspect
Search and filter company records by keyword, exact domain, HQ country, industry group, employee-count bucket, or founded-year range. Costs one credit per returned record.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-100). Each returned record costs one credit. | |
| since | No | Return companies created/updated on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. | |
| cursor | No | Opaque pagination cursor returned as pagination.nextCursor on the previous page. | |
| domain | No | Exact company domain. | |
| search | No | Keyword search over name, domain, and description. | |
| country | No | Headquarters country code (ISO alpha-2). | |
| industryGroup | No | Company industry group. | |
| foundedYearMax | No | Maximum founded year. | |
| foundedYearMin | No | Minimum founded year. | |
| employeeCountBucket | No | LinkedIn employee count bucket, e.g. 51-200. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses the credit cost per returned record, which is a valuable operational detail. However, it does not mention response format, pagination behavior (beyond the cursor parameter in schema), or whether the operation is read-only. The cost disclosure adds context, but missing other behavioral traits keeps this at a mid-level score.
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 sentence that is front-loaded with the core action ('Search and filter company records'), enumerates the filter families concisely, and ends with a key cost constraint. Every piece of information earns its place; no filler or repetition.
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 the high parameter schema coverage and no output schema, the description provides sufficient context for core usage: purpose, filter dimensions, and cost. Missing details include response structure and explicit pagination semantics, but the schema's cursor parameter partially covers this. The description is complete enough for an agent to select and invoke the tool, though not exhaustive.
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 covers 100% of parameters with descriptions, so the baseline is 3. The tool description groups filters into natural language (e.g., 'keyword, exact domain, HQ country') which helps map to schema parameters, but it does not add new semantic information beyond the schema's own definitions. The cost mention is not parameter-specific.
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 begins with 'Search and filter company records' – a specific verb and resource – then enumerates the filter dimensions: keyword, exact domain, HQ country, industry group, employee-count bucket, or founded-year range. This distinguishes it from sibling tools like acquisitions, funding_events, or exec_moves, making the tool's role unmistakable.
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 clearly implies when to use this tool: when you need to search or filter company records by structured criteria. It doesn't explicitly reference sibling tools or exclusions, but the list of filter capabilities provides a strong usage context. No alternative tools are mentioned, but the use case is evident from the description itself.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
company_timelineAInspect
Return one company's timeline: firmographics, investors, and a chronological list of funding rounds, acquisitions, and executive moves. Resolve the company by id, domain, name, or LinkedIn URL. Pick event kinds with include (default all). Costs one credit for the company plus one per pulled event; nothing is charged if no company matches.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Datahyena company id. | |
| name | No | Company name. | |
| domain | No | Company domain, e.g. legora.com. | |
| include | No | Which event kinds to include (default all). Each pulled event costs one credit. | |
| linkedinUrl | No | Company LinkedIn URL or handle. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and does well: states credit costs (one for company plus one per pulled event), no charge if no company matches, and default include behavior. It does not disclose return format or pagination, but the core behavioral traits (costs, defaults) are explicitly covered.
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?
Three sentences, front-loaded with the core purpose, followed by resolution/filtering details and cost note. No wasted words; every sentence 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?
For a tool with no output schema, the description is fairly complete: covers purpose, resolution, event filtering, and cost. Missing details like return ordering (though 'chronological' is mentioned) or potential error cases, but overall it gives a solid understanding for a moderately complex aggregation tool.
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 coverage is 100%, but the description adds value beyond the schema: clarifies that id, domain, name, and LinkedIn URL are alternative resolution methods, and that include determines which events are pulled with cost implications. This enriches parameter understanding.
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?
Description starts with a specific verb and resource: 'Return one company's timeline', enumerating firmographics, investors, and a chronological list of funding rounds, acquisitions, and executive moves. This clearly distinguishes it from sibling tools like acquisitions, exec_moves, and funding_events, which focus on individual event types.
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?
Provides clear context for use: resolve company by id, domain, name, or LinkedIn URL, and pick event kinds with include. It also explains cost behavior. However, it does not explicitly mention when to choose this over the sibling event-specific tools, nor does it state any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
create_watchlistCInspect
Create a named account watchlist. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Watchlist name. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It only states the action and 'Free,' which adds minimal value. It does not disclose effects, error conditions, permissions, or what happens on duplicate names.
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?
Two short sentences with no filler. 'Free' is a useful differentiator and not wasteful. The description is efficiently front-loaded with the core action.
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 mutation tool with no annotations and no output schema, the description is incomplete. It does not explain return values, side effects, or behavior on invalid or duplicate names. Minimal complexity keeps it from being a 1, but significant gaps remain.
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% for the single 'name' parameter. The description adds only the word 'named,' which is redundant with the schema. Since the schema fully documents the parameter, baseline 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 clearly states the tool creates a named account watchlist, using a specific verb and resource. It distinguishes from read-only sibling tools (get_watchlist, list_watchlists) and implies a distinct operation from add_to_watchlist, though it doesn't explicitly name alternatives.
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?
No guidance is given on when to use this tool versus alternatives. It does not mention prerequisites, when not to use, or how it differs from add_to_watchlist. The only extra note is 'Free,' which is not usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
exec_movesAInspect
List executive appointment, promotion, departure, and transition events ordered by announcement date, newest first. Filter by company, person, role seniority, move type, or a time window. Costs one credit per returned record.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-100). Each returned record costs one credit. | |
| since | No | Return records announced on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. | |
| until | No | Return events announced on or before this date (YYYY-MM-DD, inclusive) or ISO-8601 timestamp. | |
| cursor | No | Opaque pagination cursor returned as pagination.nextCursor on the previous page. | |
| moveType | No | Move type filters. Canonical values: appointment, promotion, departure, transition. | |
| personId | No | Filter by person id. | |
| companyId | No | Filter by company id. | |
| roleSeniority | No | Role seniority filters. Canonical values: c_level, vp_level, founder. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and adds valuable behavioral context: it discloses the credit cost per returned record and the default ordering. It omits pagination behavior, but the schema documents the cursor parameter, and the read-only nature is clearly 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?
Three focused sentences: action and ordering, filter options, and cost. No filler or redundant information; the structure front-loads the primary purpose.
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 an 8-parameter read-only list tool with full schema coverage and no output schema, the description is nearly sufficient. It covers purpose, ordering, filters, and cost; pagination is left to the schema's cursor description, which is an acceptable gap.
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%, so the schema already documents each parameter. The description adds a high-level grouping of filter dimensions (company, person, role seniority, move type, time window) but no additional syntax or format details 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 states a specific action ('List executive appointment, promotion, departure, and transition events') with explicit ordering ('ordered by announcement date, newest first'), clearly distinguishing it from sibling tools like funding_events or acquisitions.
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 clearly indicates when to use the tool by enumerating filter dimensions ('Filter by company, person, role seniority, move type, or a time window'), implying appropriate use cases. However, it does not explicitly mention alternatives or exclusions relative to siblings such as company_timeline.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
funding_eventsAInspect
List funding events ordered by announcement date, newest first. Filter by round, amount range, company HQ country, industry group, or a specific company id. Costs one credit per returned record.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-100). Each returned record costs one credit. | |
| round | No | Funding round filters. Canonical values: pre-seed, seed, angel, series-a, series-b, series-c, series-d, series-e, series-f, series-g, series-h, series-i, growth, extension, bridge, convertible, safe, debt, grant, pre-ipo, secondary, pipe, other. | |
| since | No | Return records announced on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. | |
| cursor | No | Opaque pagination cursor returned as pagination.nextCursor on the previous page. | |
| country | No | Company headquarters country code (ISO alpha-2). | |
| companyId | No | Return only events for this entity-resolved company id. | |
| verticals | No | High-level sector filters (OR). Canonical values: ai, fintech, saas, devtools, healthcare, climate, robotics, cybersecurity, logistics, commerce, data, crypto, media, education, marketing, telecom, realestate, hardware, gaming, space. | |
| maxAmountUsd | No | Maximum funding amount in USD. | |
| minAmountUsd | No | Minimum funding amount in USD. | |
| industryGroup | No | Company industry group. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It adds useful behavioral traits: cost per record ('Costs one credit per returned record') and default ordering. However, it omits pagination behavior, default limit, and any side effects or prerequisites, which a more transparent description would include.
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 two sentences that front-load the action and ordering, then pack filters and cost into the second sentence. Every word serves a purpose with no redundancy or filler, making it both concise and effective.
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 tool with 10 parameters and no output schema, the description gives sufficient high-level context: purpose, ordering, key filters, and cost. Minor omissions—such as explicit mention of pagination (cursor) and the `since` filter—are partially addressed by parameter descriptions, but the description alone would not fully inform an agent about result paging or date filtering.
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%, so the baseline is 3. The description's filter list maps to schema properties (round, min/maxAmountUsd, country, industryGroup, companyId) but adds no new semantics, syntax, or context beyond what the schema already documents. It also fails to mention `verticals` and `since`, though these are covered by 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 opens with the specific verb+resource pair 'List funding events' and adds ordering details ('ordered by announcement date, newest first'). It clearly distinguishes from sibling tools (acquisitions, companies, investors, etc.) by focusing on funding events and enumerates the main filtering dimensions.
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 provides clear context—use this when you need funding events—and lists the available filters (round, amount range, country, industry group, company id). However, it does not explicitly contrast with sibling tools or state when not to use it, so it falls short of full exclusionary guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_watchlistAInspect
Return one watchlist with its resolved company members. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Watchlist id. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the primary behavior (returning a watchlist with resolved company members) and the fact that it is free, but it does not mention authentication, permissions, error behavior, or any rate limits. The read-only nature is implied by 'get' but not explicitly stated.
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 immediately states the action and result. The second sentence fragment 'Free.' is minimal and adds a minor piece of context, but overall the description is extremely concise with no wasted words.
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 a single documented parameter and no output schema. The description explains the content of the return value ('one watchlist with its resolved company members'), which is sufficient for basic usage, though it could clarify what 'resolved' means or list watchlist fields. It does not misrepresent the tool.
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 fully describes the only parameter (id: 'Watchlist id'), so the schema provides all necessary semantic detail. The description adds no additional parameter context beyond what the schema already offers, warranting the baseline score 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 starts with the verb 'Return' and clearly identifies the resource ('one watchlist') plus the key added value ('with its resolved company members'). This distinguishes it from sibling tools like list_watchlists (plural) and add_to_watchlist/remove_from_watchlist (mutating operations).
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 a single-watchlist lookup by using 'one watchlist', but it does not explicitly say when to use this tool versus list_watchlists or other alternatives. No exclusions or alternative guidance is provided, so the agent must infer usage from the name and sibling context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
investorsAInspect
Search and filter investor records by keyword, type, HQ country, or exact domain. Costs one credit per returned record.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Investor type filters. Canonical values: vc, angel, cvc, pe, growth, accelerator, family_office, syndicate, unknown. | |
| limit | No | Maximum records to return (1-100). Each returned record costs one credit. | |
| since | No | Return investors created/updated on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. | |
| cursor | No | Opaque pagination cursor returned as pagination.nextCursor on the previous page. | |
| domain | No | Exact investor domain. | |
| search | No | Keyword search over investor name and domain. | |
| country | No | Headquarters country code (ISO alpha-2). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses a key behavioral trait: 'Costs one credit per returned record.' This is a non-obvious cost/rate-limit implication that is not present in annotations (none provided). It also implicitly indicates a read-only search operation, though it does not describe pagination behavior or response format, which would be additional useful context.
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 exceptionally concise, consisting of two sentences that are front-loaded with the primary action ('Search and filter investor records') and immediately followed by the cost caveat. Every word earns its place, with 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?
Given the lack of annotations and output schema, the description covers the core purpose and a critical cost behavior, while the input schema fills in parameter details. It does not describe the response structure, but the tool's searching/filtering nature makes that less critical. The combination of description and schema is sufficient for an agent to invoke the tool correctly.
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% parameter descriptions, so the baseline is 3. The description adds minimal semantic value by mentioning 'keyword, type, HQ country, or exact domain,' which loosely maps to the search, type, country, and domain parameters but does not provide additional detail beyond the schema's own descriptions.
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 the tool's function: 'Search and filter investor records by keyword, type, HQ country, or exact domain.' It uses a specific verb ('search and filter') and names the resource ('investor records'), making the core purpose evident. While it doesn't explicitly differentiate from sibling tools like 'companies' or 'acquisitions', the resource name itself provides sufficient distinction.
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 by listing the filterable dimensions (keyword, type, HQ country, domain), but does not provide explicit guidance on when to use this tool versus alternatives, nor any exclusions. There is no mention of alternative tools or contexts where this tool would be inappropriate, 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.
list_watchlistsAInspect
List the workspace's account watchlists with member counts. Free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. The term 'list' implies a read-only operation, and the addendum 'with member counts' discloses the output. While it doesn't explicitly state the lack of side effects, it's a simple list without destructive traits.
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 short sentence that front-loads the action and includes only relevant information. 'Free' is an extra but does not distract meaningfully.
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 the low complexity (no params, no output schema), the description is sufficient: it states what is listed and the attached member counts. It doesn't detail response structure but that is not critical for this simple tool.
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 tool has no parameters, so schema coverage is trivially 100%. The description doesn't need to explain parameters, and the baseline for zero-parameter tools is 4.
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 the tool lists the workspace's account watchlists with member counts, using the verb 'list' and specifying the resource and output detail. It distinguishes from siblings like get_watchlist (single) and create_watchlist by implying a collection-level view.
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 provides clear context for when to use—when you need all watchlists with counts—but does not explicitly mention alternatives or exclusions, earning a 4 rather than 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
remove_from_watchlistBInspect
Remove companies from a watchlist. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Watchlist id. | |
| companies | Yes | Company identifiers: domain, name, LinkedIn URL, or Datahyena id. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Free,' which is irrelevant, and doesn't mention that this is a mutating operation, potential side effects, permission requirements, or what happens if companies aren't found. This is a significant transparency gap for a removal tool.
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 very short and front-loaded with the core action. The appended 'Free.' is extraneous and doesn't earn its place, but the overall structure remains compact and scannable.
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, and the schema fully documents both parameters, but there is no output schema and the description does not explain return values, error behavior, or edge cases (e.g., empty watchlist, invalid companies). It covers the basic action but leaves some contextual gaps, making it minimally 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?
Schema coverage is 100%, with both parameters having descriptions ('Watchlist id.' and 'Company identifiers: domain, name, LinkedIn URL, or Datahyena id.'). The description adds no additional parameter semantics beyond the action context, but the schema already provides sufficient detail, so a baseline 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 clearly states the action ('Remove') and the target resource ('companies from a watchlist'), distinguishing it from sibling tools like add_to_watchlist. The purpose is unambiguous and immediately understandable.
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?
No guidance is provided on when to use this tool versus alternatives, nor any prerequisites or exclusion criteria. The description only states what it does, not when to invoke it.
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
- Flicense-qualityBmaintenanceEnables querying and analyzing changes in technology company documentation through MCP tools, including change feeds, company info, and evidence-based messaging.
- AlicenseAqualityBmaintenanceScans public news and press for a company's funding rounds, executive moves, product launches, acquisitions, partnerships, and IPOs, returning deduplicated events in flat JSON.158MIT
- Flicense-qualityBmaintenanceAI research on companies and industries — one MCP tool per research domain.
- AlicenseAqualityBmaintenanceMCP server for Pubrio — the glocalized business data layer for AI agents. 50 tools to search companies, people, jobs, news & ads, enrich records, reveal contacts, manage signal monitors, and access reference data from around the globe.5146MIT