Skip to main content
Glama

MCP Server with OpenAI Integration

by Dagudelot

get_weather

Retrieve current weather data for any city using the 'get_weather' tool on the MCP Server with OpenAI Integration. Specify city and temperature unit (Celsius or Fahrenheit) for accurate results.

Instructions

Get current weather information for a specific city

Input Schema

NameRequiredDescriptionDefault
cityYesThe city to get weather information for
unitNoTemperature unitcelsius

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "The city to get weather information for", "type": "string" }, "unit": { "default": "celsius", "description": "Temperature unit", "enum": [ "celsius", "fahrenheit" ], "type": "string" } }, "required": [ "city" ], "type": "object" }
Install Server

Other Tools from MCP Server with OpenAI Integration

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/Dagudelot/mcp-server-openai-sdk'

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