Skip to main content
Glama

EpicMe MCP

by epicweb-dev

structuredContent

Generate structured content and output schema for client data validation using location input, ensuring accurate and compliant data interactions on the EpicMe MCP server.

Instructions

Returns structured content along with an output schema for client data validation

Input Schema

NameRequiredDescriptionDefault
locationYesCity name or zip code

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "City name or zip code", "minLength": 1, "type": "string" } }, "required": [ "location" ], "type": "object" }
Install Server

Other Tools from EpicMe MCP

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/epicweb-dev/epic-me-mcp'

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