Skip to main content
Glama

Mycelium Emissions Database

Server Details

Search company carbon emissions: scope 1, 2 and 3 figures, Mycelium Scores and rankings.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
MyceliumNetwork/mcp-server
GitHub Stars
0

Available Tools

3 tools
get-emission-figuresGet Emission FiguresAInspect

Get a company's full greenhouse gas emission figures for one reporting year in the OpenCCF data model: per-scope lines (Scope 1, 2, 3 with categories) in kgCO2e, each tagged as reported by the company or estimated by Mycelium. Omit year for the latest reporting year.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoReporting year, e.g. 2023. Defaults to the latest year on file.
entityYesThe company's slug (from search-entities) or Mycelium public id GUID.

TDQS

A4.3/5.0
Behavior4/5

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 explains that figures include per-scope data, units, and whether values are reported by the company or estimated by Mycelium, giving meaningful insight into the response. It does not cover edge cases or error behavior, but for a read operation this is reasonably transparent.

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 two sentences with no wasted words. The first sentence front-loads the action and key details, while the second gives a concise usage tip. Every clause adds value.

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, no output schema, and empty annotations, the description sufficiently covers what the tool returns (scope breakdown, units, source tags) and how to customize the call via year. The required entity parameter is clearly documented. Nothing essential is missing for correct invocation.

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 tool description adds the 'Omit year' instruction, but this merely restates the schema's 'Defaults to the latest year on file.' The entity parameter is already well documented as coming from search-entities, so the description adds little beyond what structured data already 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 uses a specific verb 'Get' with a clear resource: a company's full greenhouse gas emission figures for one reporting year in the OpenCCF data model. It details what is included (per-scope lines, kgCO2e, reported/estimated tags), which clearly distinguishes it from siblings like get-entity-profile and search-entities.

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 clearly frames the intended use: retrieving emission figures for one reporting year, with the instruction to omit year for the latest reporting year. The schema adds guidance to obtain the entity slug from search-entities, implying a workflow. However, it does not explicitly contrast with sibling tools or state 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.

get-entity-profileGet Entity ProfileAInspect

Get a company's public Mycelium profile: identity and registration, Mycelium Score (0 to 10) with industry rank, Transparency Score, and a per-year summary of total emissions in tonnes CO2e split into reported and estimated. Use search-entities first to find the slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
entityYesThe company's slug (from search-entities) or Mycelium public id GUID.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral context. It states the profile is public, implies a read-only operation through 'Get', and clarifies the data scope including score ranges and emissions split. It does not mention failure modes or authentication needs, but for a simple public profile read this is reasonable disclosure.

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 two sentences with no filler. It front-loads the core purpose, then lists what the profile contains, and ends with the actionable prerequisite. Every sentence contributes useful information.

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 tool has only one required parameter and no output schema, but the description covers the major response fields and the prerequisite for obtaining the parameter. Some response shape details and error behavior are absent, but the description 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.

Parameters3/5

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

The input schema already documents the single parameter fully, including that entity can be a slug or GUID and that the slug comes from search-entities. The description reinforces the slug workflow but adds little semantic value beyond the schema, so the high-coverage baseline of 3 is appropriate.

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 uses a specific verb ('Get') and identifies the resource as a company's public Mycelium profile, then enumerates the key contents: identity/registration, Mycelium Score, industry rank, Transparency Score, and emissions summary. This makes its purpose clear and distinguishes it from the sibling tools without needing to inspect schemas.

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 explicitly tells the agent to use search-entities first to find the slug, which is a clear usage precondition. It does not explicitly contrast this tool with get-emission-figures or state when not to use it, but the context is strong enough for basic routing.

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

search-entitiesSearch EntitiesAInspect

Search the Mycelium emissions database for companies by name. Returns matching companies with their Mycelium Score and the slug handle used by the other tools. Optionally filter by ISO 3166-1 alpha-3 country code.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matches to return. Defaults to 10.
queryYesCompany name (or name fragment) to search for.
countryNoOptional ISO 3166-1 alpha-3 country code filter, e.g. GBR or DEU.

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations at all, the description carries the full burden of behavioral disclosure. It discloses what the tool returns (matching companies with Mycelium Score and slug handle) and the optional country filter, which adds useful context. However, it does not describe matching semantics (fuzzy vs exact), result ordering, pagination limitations, or empty-result behavior, so there are clear gaps for a tool with no annotations and no output schema.

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 compact and efficient: two sentences that front-load the action and scope, then state the return value and the optional filter. No irrelevant information is present, although it could have been slightly more expansive on usage context without becoming bloated.

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 3-parameter search tool with high schema coverage, the description covers the core purpose, the key return values, and the optional filter. The mention of the slug being 'used by the other tools' connects it to the sibling tools and provides useful workflow context. It lacks an explicit output schema and some behavioral detail, but overall the agent has enough to invoke it correctly.

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 documents query, limit, and country with clear descriptions. The tool description adds no new parameter-level meaning beyond restating that search is by name and country is an optional filter. Baseline 3 applies.

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 a specific verb-resource pair: 'Search the Mycelium emissions database for companies by name.' It also distinguishes itself from the sibling getter tools by noting that it returns the slug handle used by the other tools, so an agent can recognize search-entities as the discovery step rather than a retrieval or detail tool.

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: it is the tool that returns slugs for other tools, so it should be used first to identify entities. It does not explicitly state when not to use it or name alternatives like get-entity-profile or get-emission-figures, leaving some inference to the agent. This is adequate 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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedget-emission-figures
    • First observedget-entity-profile
    • First observedsearch-entities

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Search companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.
    5
    19
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    CO2 & Climate Intelligence MCP — live EU ETS carbon price, real-time grid carbon intensity, 50 blockchain carbon footprints (Bitcoin 1513 kWh/tx vs VeChain 0.00024 kWh/tx), VeChain DNV ISO14040/14044 certified. 11 tools.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

search-entities is clearly the discovery tool, while get-entity-profile and get-emission-figures serve distinct levels of detail: profile/score/summary versus full per-scope GHG data. The descriptions draw a clear boundary, so an agent should be able to select the right tool confidently.

Naming Consistency5/5

All tool names follow the same lowercase hyphenated verb-noun pattern: get-emission-figures, get-entity-profile, search-entities. The get prefix for retrieval and search for discovery is predictable and internally consistent.

Tool Count5/5

Three tools is at the lower bound, but it fits a read-only emissions database lookup server: one search tool and two retrieval tools cover the core needed operations without unnecessary bloat. Each tool has a distinct and necessary role.

Completeness5/5

The tool set covers the full lookup workflow: find the company, fetch its profile/summary, and get detailed emissions for a reporting year. For a public emissions database, there are no obvious dead ends or missing operations that would prevent an agent from accomplishing the stated purpose.