Skip to main content
Glama

iFlytek Workflow MCP Server

by hygao1024
flow.py313 B
from typing import Any, Dict from pydantic import BaseModel, Field class Flow(BaseModel): flow_id: str name: str = '' description: str = '' api_key: str input_schema: Dict[str, Any] = Field(default_factory=dict) """A JSON Schema object defining the expected parameters for the tool."""

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/hygao1024/xingchen-mcp-server'

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