SoloFlow
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| soloflow_list_skillsA | 列出所有可用的 SoloFlow Skill。返回 Skill 名称、版本、描述。 |
| soloflow_get_skillA | 获取一个 Skill 的完整定义——包括 CoSTAR 背景、目标、风格、语气、受众、规则、示例和 Instructions 正文。当你需要了解某个 Skill 的详细内容时使用。 |
| soloflow_run_skillA | 使用指定的 Skill 执行一个任务。Skill 会按照其定义的 CoSTAR 框架和规则来指导 AI 输出。支持抽卡模式(一次生成多个版本)。 |
| soloflow_list_flowsA | 列出所有可用的 SoloFlow Flow 工作流。返回 Flow 名称、版本、步骤数、描述。 |
| soloflow_run_flowA | 执行一个 Flow 工作流。Flow 会按照 DAG 编排自动执行多个步骤——并行步骤同时运行,串行步骤按序运行。支持 dry_run 预览。 |
| soloflow_list_agentsA | 列出所有可用的 SoloFlow Agent 智能体。返回 Agent 名称、描述、绑定的 Skill、性格设定。 |
| soloflow_run_agentA | 让一个 Agent 执行任务。Agent 会加载其绑定的所有 Skill,注入角色设定,然后执行任务。 |
| soloflow_validate_skillB | 校验一个 Skill 文件的格式完整性。 |
| soloflow_validate_flowA | 校验一个 Flow 文件——检查 DAG 结构、循环依赖、步骤引用。返回校验结果和拓扑层级。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/halexzd686-cloud/SoloFlow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server