AMap MCP Server

by Francis235

query_weather

Retrieve real-time weather data for a specific city using AMap's location services.

Instructions

The weather service of Amap. Query the weather of a given city.

Args: city (str): The city to query the weather.

Input Schema

NameRequiredDescriptionDefault
cityYes

Input Schema (JSON Schema)

{ "properties": { "city": { "title": "City", "type": "string" } }, "required": [ "city" ], "title": "query_weatherArguments", "type": "object" }

You must be authenticated.

Other Tools from AMap MCP Server

Related Tools

ID: m4gec7ffxp