Skip to main content
Glama
add_product_input.py210 B
from pydantic import BaseModel from typing import Optional # ADD PRODUCT class AddProductInput(BaseModel): name: str category: str price: float stock: int description: Optional[str] = None

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/fedilahbib/MCP-server-using-FastMCP'

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