agendaforge
A
agendaforge
/list_associated_contacts

list associated contacts

List a contact and the people associated with them for one event, including names, email addresses, and relationship labels. Free-text fields are labeled as unt

liveunknown~5s typical
mcpagendaforge
$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-app-agendaforge-agendaforge /list_associated_contacts for me.

Input

FieldTypeDescription
orgstringOrganization slug. Only needed when you belong to multiple organizations; must be one retu
eventId*stringEvent id, as returned by list_events.
contactId*stringContact id from list_speakers or search_contacts.

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-app-agendaforge-agendaforge","endpoint":"/list_associated_contacts","input":{"eventId":"...","contactId":"..."}}'
cli
npx cracked-ai run -p mcp-app-agendaforge-agendaforge -e /list_associated_contacts -i '{"eventId":"...","contactId":"..."}'
mcp
run_tool({ provider: "mcp-app-agendaforge-agendaforge", endpoint: "/list_associated_contacts", input: {"eventId":"...","contactId":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.