Skip to main content
Glama
hsiangjenli
by hsiangjenli
schemas.py325 B
from pydantic import BaseModel, Field class NewEndpointResponse(BaseModel): message: str = Field(..., description="A welcome message.", examples=["Hello, world!"]) class NewEndpointRequest(BaseModel): name: str = Field( ..., description="The name to include in the message.", examples=["developer"] )

Implementation Reference

Latest Blog Posts

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/hsiangjenli/mcp-slidev'

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