Request a call with the founders
cotal_request_callSends a discovery-call request to the COTAL founders for a company evaluating agent coordination. The team replies by email. Requires the user's work email and company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pain | No | Their biggest coordination pain. | |
| role | No | The user's role. | |
| Yes | The user's email address. Required so the record has a traceable origin. | ||
| agents | No | How many agents the company runs in production. | |
| company | Yes | Company name. | |
| sandbox | No | Dry run: validate the call, apply rate limits, store nothing. Use it to test the integration. | |
| frameworks | No | Agent frameworks or harnesses in use (Claude Code, LangGraph, custom…). | |
| coordinating | No | One line: what they are coordinating. | |
| idempotency_key | No | Opaque key (a UUID is ideal). Reuse it when retrying so the same record is returned instead of a duplicate. |