We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garblesnarff/google-maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
solar.d.ts•475 B
/**
* solar.ts - Solar tools
*
* This file contains the tool definition for getting solar irradiance data.
*
* Dependencies:
* - @modelcontextprotocol/sdk/types.js (for Tool)
*
* @author Cline
*/
import { Tool } from "@modelcontextprotocol/sdk/types.js";
/**
* @constant SOLAR_TOOL
* @description Tool definition for getting solar irradiance data for solar power planning at campsites.
*/
export declare const SOLAR_TOOL: Tool;
//# sourceMappingURL=solar.d.ts.map