How application servers work
- Connect — Set up a connection in the Pinkfish dashboard to get a PCID
- Discover — Call
tools/liston the server path, or usecapabilities_discoverandcapability_detailson the workflow building server - Call — Invoke tools with the standard JSON-RPC 2.0 pattern, passing the PCID in the tool arguments
Generic call pattern
Replace<server-path>, <PCID>, and <tool_name> with your values:
Discovering tools at runtime
Tool schemas are provided by the proxy and may change when integrations update. Prefer runtime discovery over assuming static docs are exhaustive:capability_details on /pinkfish-sidekick, passing the tool names you care about.
Where to find each server
- Sidebar — Under Application MCP Servers, each entry is a dedicated page with path, tools, and parameters (including products where one parent page groups multiple related child server paths).
- Runtime discovery —
tools/liston a server path shows the live MCP surface available to your environment, including the current tool names and schemas.

