Skip to main content
Glama

Multi-MCPs

by TaylorChen

get_weather_forecast

Retrieve a 5-day weather forecast with 3-hour intervals for any city. Specify the location and optional days (1-5) to access detailed weather predictions via the Multi-MCPs server.

Instructions

Get 5-day/3-hour forecast by city name

Input Schema

NameRequiredDescriptionDefault
daysNoDays to include (1-5)
locationYes

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Days to include (1-5)", "type": "number" }, "location": { "type": "string" } }, "required": [ "location" ], "type": "object" }

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/TaylorChen/muti-mcps'

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