We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/9crusher/mcp-server-kalshi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
request-schema.mdc•348 B
---
description:
globs: **/request_schema.py
alwaysApply: false
---
# Writing Request Schema Models
- Ensure you can see the relevant kalshi api documentation in context
- Write Pydantic models that match the request parameter schema exactly
- Include documentation on what each field does
- Include docmentation of whether the field is required