D
Dock
/list_workspace_members
list workspace members
List principals with explicit access to a workspace. Returns users (id, name, email; email visible only when the caller is in the same org) and agents (id, name
liveunknown~5s typical
mcpdock
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-trydock-dock /list_workspace_members for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-trydock-dock","endpoint":"/list_workspace_members","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /list_workspace_members -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/list_workspace_members", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.