/pinkfish-sidekick. For full parameter schemas, see the Pinkfish Workflow Building server reference.
capabilities_discover— Describe the task; get tools and connectionscapability_details— Pass tool names; get full parameter schemas
Discover Capabilities
| Parameter | Required | Description |
|---|---|---|
request | Yes | Natural language description of the task |
types | No | Filter results: ["tool"], ["connection"], ["resource"], ["agentSkill"], or combinations |
context | No | "workflow-creation" or "agent-execution" — filters available skills |
| Field | Use |
|---|---|
tools[].name | Tool name for tools/call |
tools[].serverName | Server path (e.g. gmail → /gmail) |
connections[].id | PCID for application tools |
Get Full Details
| Parameter | Required | Description |
|---|---|---|
items | Yes | Tool names from discovery (use tools[].name, not serverName) |
types | No | Filter: ["tool"], ["connection"], ["resource"], ["agentSkill"] |

