Skip to main content
Glama
Prajwal1103-hack

Solar Sathi MCP

get_solar_irradiance

Retrieve average daily solar irradiance in kWh/m² for any location using latitude and longitude, enabling solar energy feasibility analysis.

Instructions

Fetch solar irradiance data for a geographic location using Open-Meteo API. Returns average daily solar radiation in kWh/m².

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude in decimal degrees
longitudeYesLongitude in decimal degrees
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the external API (Open-Meteo) and the return unit (kWh/m²), but does not clarify the time period over which the 'average daily' value is calculated, nor does it mention error behavior, rate limits, or other caveats. This is adequate but not fully 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 concise sentences that directly state the tool's purpose and return value. There is no redundant content, and key details are 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?

Given the tool's simplicity, the description is nearly complete: it names the data source, specifies inputs implicitly via schema, and provides the return unit. The only notable gap is the ambiguous averaging period for the 'average daily' radiation, which prevents a perfect score.

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 coverage for parameters is 100%, with clear per-parameter descriptions for latitude and longitude. The description adds value by specifying the output format (kWh/m²), but does not need to elaborate on parameter semantics since the schema fully covers them.

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 ('Fetch') and the resource ('solar irradiance data') along with the geographic context ('for a geographic location'). It distinguishes itself from sibling tools that focus on calculations (e.g., 'calculate_solar_capacity') or saving/retrieving assessments by indicating it retrieves raw data from a specific API.

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 you need solar irradiance data for a location, before downstream calculations. However, it does not explicitly state when to prefer this over alternatives or mention any exclusions, so the 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.

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/Prajwal1103-hack/mcp_solor_sathi'

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