Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /weather | Type: Embedded | PCID required: No

Tools

ToolDescription
weather_get_currentGet current weather conditions for a location. Provide either a city name or lat/lon coordinates.
weather_get_forecastGet a multi-day weather forecast for a location. Provide either a city name or lat/lon coordinates.

weather_get_current

Get current weather conditions for a location. Provide either a city name or lat/lon coordinates. Parameters:
ParameterTypeRequiredDefaultDescription
citystringNoCity name to look up (e.g., “London”, “New York”, “Tokyo”). Required if lat/lon not provided. If ambiguous, include country (e.g., “Portland, US”)
latnumberNoLatitude of the location (e.g., 51.5074 for London). Required if city not provided
lonnumberNoLongitude of the location (e.g., -0.1278 for London). Required if city not provided
unitsstringNoUnit system: “metric” (Celsius, km/h) or “imperial” (Fahrenheit, mph). Defaults to metric

weather_get_forecast

Get a multi-day weather forecast for a location. Provide either a city name or lat/lon coordinates. Parameters:
ParameterTypeRequiredDefaultDescription
citystringNoCity name to look up (e.g., “London”, “New York”, “Tokyo”). Required if lat/lon not provided. If ambiguous, include country (e.g., “Portland, US”)
latnumberNoLatitude of the location (e.g., 51.5074 for London). Required if city not provided
lonnumberNoLongitude of the location (e.g., -0.1278 for London). Required if city not provided
daysnumberNoNumber of forecast days (1-7). Defaults to 3
unitsstringNoUnit system: “metric” (Celsius, km/h) or “imperial” (Fahrenheit, mph). Defaults to metric