Skip to main content
Glama

Server Details

Verified European PE ownership: who owns a company, GP portfolios, exits by year. Hand-checked.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation4/5

Tools are mostly distinct: gp_exits focuses on exits, gp_portfolio on portfolio, search tools on lookup, who_owns on ownership history. However, gp_portfolio's exited filter overlaps slightly with gp_exits, but descriptions clarify the difference.

Naming Consistency2/5

Naming is inconsistent: two tools use 'gp_' prefix, two use 'search_', and one uses a verb phrase 'who_owns'. No uniform pattern.

Tool Count5/5

5 tools is well-scoped for the private equity data domain, covering essential queries without being excessive or sparse.

Completeness4/5

The tool set covers searching GPs and companies, viewing portfolio, exits, and ownership history. Minor gaps like a dedicated company detail tool are absent, but search_companies likely provides sufficient info.

Available Tools

5 tools
gp_exitsPE firm exits by yearA
Read-only
Inspect

List the exits (realised divestments) of a private equity firm, optionally for a specific year. The query AI search cannot answer reliably: 'what did GP X sell in YEAR'. Returns company, exit year, exit route, hold period.

ParametersJSON Schema
NameRequiredDescriptionDefault
gpYesPE firm name
yearNoExit year filter, e.g. 2024
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description adds value by detailing the output structure (company, exit year, exit route, hold period) and the optional year filter. No contradictions, and it provides helpful context beyond annotations.

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?

Two concise sentences with a clear front-load of purpose, then a list of return fields. No unnecessary words or redundancy. Perfectly structured for quick comprehension.

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

Completeness4/5

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

For a simple 2-parameter tool with no output schema, the description adequately covers the return fields and the key limitation of generic search. It lacks details on pagination, ordering, or error cases, but these are reasonable omissions for such a straightforward tool.

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 baseline is 3. The description reiterates the parameter purpose ('optionally for a specific year') but does not add new semantic details like name formatting or constraints beyond what the schema provides.

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 action ('List'), the resource ('exits/realised divestments'), and the scope ('of a private equity firm, optionally for a specific year'). It also lists the specific return fields (company, exit year, exit route, hold period), which differentiates it from sibling tools like gp_portfolio. No tautology or vagueness.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a concrete example of when to use this tool ('what did GP X sell in YEAR') and notes that general AI search cannot answer it reliably. However, it does not explicitly compare to siblings or mention when not to use it, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

gp_portfolioPE firm portfolioA
Read-only
Inspect

List the portfolio companies of a private equity firm (GP), optionally filtered to active holdings or exited positions. Returns company, sector, geography, entry year, exit year/type, fund and vintage.

ParametersJSON Schema
NameRequiredDescriptionDefault
gpYesPE firm name, e.g. 'Ardian' or 'PAI Partners'
statusNoFilter: only active holdings or only exited positions
Behavior3/5

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

Annotations already mark as readOnlyHint=true. Description adds output fields but no extra behavioral details like auth needs or rate limits.

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?

Two sentences: first for purpose and filter, second for output fields. No fluff, front-loaded.

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

Completeness4/5

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

Covers main purpose, filter, and output fields. Missing minor details like pagination or sorting, but adequate for a simple 2-param tool.

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 schema fully documents parameters. The description adds no new semantic info beyond schema examples.

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?

Clearly states verb 'List' and resource 'portfolio companies of a private equity firm'. Differentiates from siblings like gp_exits (exits focus) and search_companies (broader).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Mentions optional filter for active/exited positions, giving context. Lacks explicit when-not-to-use or comparison with sibling tools like search_companies.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_companiesSearch PE-backed companiesA
Read-only
Inspect

Search the 21,000+ PE-backed companies tracked on GP Intel by name.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesCompany name or fragment
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false. The description adds that it searches over '21,000+ PE-backed companies' and uses name matching. This adds moderate context over annotations but does not discuss pagination, rate limits, or result format.

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 a single sentence, front-loaded with the action and resource. Every word is meaningful with no redundancy.

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

Completeness4/5

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

For a simple search tool with no output schema, the description covers the core purpose adequately. It could mention the default limit or result count behavior to be fully complete, but it is sufficient for typical use.

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 50% (query described, limit not). The description reinforces 'query' by stating 'by name' but does not clarify 'limit'. This partially compensates for the missing schema description, but more detail on limit behavior would improve completeness.

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 verb 'Search', the resource 'PE-backed companies', the scope 'tracked on GP Intel', and the method 'by name'. It effectively distinguishes from sibling tools like 'search_gps' (likely searching GPS) and 'who_owns' (ownership lookup).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives (e.g., search_gps, gp_portfolio). It only states what the tool does, not when it is appropriate or not.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_gpsSearch PE firmsA
Read-only
Inspect

Search the 900+ European private equity firms (GPs) tracked on GP Intel by name. Returns country, AUM and strategies.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesGP name or fragment
Behavior4/5

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

Annotations already declare readOnlyHint=true, so no destructive behavior is expected. The description adds that it returns specific fields (country, AUM, strategies), providing positive behavioral insight without contradicting annotations.

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 a single, efficient sentence that immediately states the action and scope. Every word adds value, and no unnecessary information is present.

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

Completeness4/5

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

The description covers essential functionality: search scope, input (name), and output fields. However, it lacks details on result ordering, pagination, or default limit behavior, which would be useful for a search tool without an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50% (only 'query' described). The description adds no detail for the 'limit' parameter, which has no schema description. It does not compensate for the missing parameter documentation.

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 searches for European private equity firms by name and specifies the return fields (country, AUM, strategies). It distinguishes itself from sibling tools like gp_exits and search_companies by focusing on GPs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when looking for a GP by name but does not provide explicit when-to-use/when-not-to-use guidance or mention alternative sibling tools. The context is clear but guidance is only implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

who_ownsWho owns a companyA
Read-only
Inspect

Find who owns a company: its current private equity owner(s) and the full ownership history (entry years, exits with year and route). Covers 21,000+ companies held by European PE firms, hand-verified. Use for questions like 'who owns X' or 'X parent company'.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYesCompany name or gp-intel.com company slug, e.g. 'Bark.com' or 'bark-com'
Behavior5/5

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

Annotations already provide readOnlyHint=true, but description adds significant behavioral context: covered companies, hand-verified, ownership history details. No contradictions.

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?

Two sentences, front-loaded with purpose, no redundant text. Every sentence adds value.

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

Completeness4/5

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

Covers purpose, scope, output details, and data source. Lacks explicit return format but no output schema exists; acceptable for a simple lookup tool.

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?

Only one parameter with 100% schema coverage; description adds value by explaining the input can be company name or slug and provides examples.

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 finds current private equity owner(s) and full ownership history, including entry years and exits. It specifies the scope (21,000+ European PE-backed companies) and distinguishes from sibling tools by focusing on ownership details of a specific company.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit use cases given ('who owns X', 'X parent company'), but no explicit when-not-to-use or direct comparison to siblings, though sibling list provides context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources