Skip to main content
Glama

Demo HTTP MCP Server

get_weather

Retrieve current weather data for a specified location with customizable temperature units using this HTTP MCP Server tool.

Instructions

Get the current weather in a given location.

Input Schema

NameRequiredDescriptionDefault
locationYesThe location to get the weather for
unitNoThe unit of temperaturecelsius

Input Schema (JSON Schema)

{ "properties": { "location": { "description": "The location to get the weather for", "title": "Location", "type": "string" }, "unit": { "default": "celsius", "description": "The unit of temperature", "title": "Unit", "type": "string" } }, "required": [ "location" ], "title": "get_weatherArguments", "type": "object" }

Other Tools from Demo HTTP MCP Server

Related Tools

    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/yeison-liscano/demo_http_mcp'

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