Skip to main content
Glama
bharathvardhan

Climate MCP Server

sector_summary

Summarizes climate fund pledges or flows by fund focus sector (adaptation, mitigation, multiple, none). Provides totals and shares for each sector based on a selected metric like pledge.

Instructions

    Totals and share grouped by fund_focus_sector (adaptation / mitigation /
    multiple / none focus of the fund entity). 'metric' is the stage column
    (pledge/deposit/approval/disbursement).

    Use when the user asks how pledges or flows split across fund *focus*
    sectors at the fund level.

    Do NOT use for geographic regions — use rank_by_column on
    projects.csv grouped by world_bank_region (or country).
    Do NOT use for project-level sectors (e.g. agriculture) — use
    rank_by_column on projects.csv grouped by sector.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNo
metricNopledge

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes grouping by sector and metric but does not detail behavioral traits like sorting order, whether shares are percentages, data freshness, or error handling. While it mentions 'totals and share', it lacks specifics.

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 three sentences: first defines purpose and metric, second gives usage condition, third lists exclusions. Every sentence adds value, and core information is front-loaded. No unnecessary words.

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?

An output schema exists, so return values need not be explained. The tool is simple with two parameters, and the description covers purpose, one parameter, and usage guidelines. Missing explanation for 'top_n' is a minor gap, but overall the description is sufficiently complete for this context.

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 0%, so the description must compensate. It explains the 'metric' parameter with allowed values, but does not explain 'top_n' (default 20). Since top_n likely limits the number of sectors, omitting its meaning leaves a gap.

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 it aggregates totals and share by fund_focus_sector and explains the metric parameter. It distinguishes from sibling tools by explicitly advising against use for geographic regions or project-level sectors, directing to rank_by_column instead.

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 when-to-use ('when the user asks how pledges or flows split across fund focus sectors') and when-not-to-use (geographic regions, project-level sectors) with concrete alternative tools (rank_by_column). This leaves no ambiguity about appropriate contexts.

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