Skip to main content
Glama
bharathvardhan

Climate MCP Server

compare_funds

Compare multiple funds side-by-side across selected metrics such as project stages and approvals. Provide fund IDs to generate the comparison.

Instructions

    Side-by-side comparison of multiple funds across selected metrics.
    'fund_ids': list of integer fund IDs.

    Always obtain IDs from search_funds (or resolve_entity + get_fund_details)
    for each user-supplied fund name in the same turn — do not guess or
    hard-code IDs like [1,2,3]; names and table order can change.

    'metrics': columns to include (default: all four stages + projects approved).
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metricsNo
fund_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations exist, so the description carries the burden. It mentions that metrics default to 'all four stages + projects approved', giving some behavioral insight. However, it does not disclose read-only nature, side effects, or any limits, leaving some transparency gaps.

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?

Three sentences that front-load the purpose, explain parameters, and provide a key usage rule. Every sentence is essential and there is 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?

Given the presence of an output schema and the tool's moderate complexity (2 parameters), the description covers the essential inputs and workflow. It does not explain output structure, but that is supplemented by the output schema, making it sufficiently complete.

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?

Schema coverage is 0%, so the description must compensate. It explains 'fund_ids' as a list of integer IDs and instructs how to obtain them. For 'metrics', it notes the default and that it specifies columns, adding meaning beyond the schema's bare type definition.

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 'comparison' and the resource 'multiple funds' with specificity on 'across selected metrics'. It distinguishes from sibling tools like fund_summary, which likely focuses on a single fund.

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?

Provides explicit guidance on obtaining fund IDs from search_funds and warns against guessing or hard-coding. It implies when to use this tool (for comparison) versus individual fund details, though it does not explicitly exclude other use cases.

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/bharathvardhan/Climate-Funds-Update-Integration-for-ClimateGPT-Using-Structured-MCP-Tools'

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