Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- cotal_submit_feedback — Files feedback (bug, idea, friction, praise, other) with the COTAL team on behalf of the user. The same log the site's feedback widget writes to. Requires the user's email so the team can follow up.write
- cotal_join_waitlist — Reserves a seat on the waitlist for Cotal Cloud, the hosted Cotal mesh (closed alpha), for the user's email. Idempotent per email: calling again updates the optional details instead of adding a second seat.writeidempotent
- cotal_subscribe_newsletter — Subscribes the user's email to release updates from the COTAL team. Idempotent: an already-subscribed email is a no-op.writeidempotent
- cotal_request_call — Sends 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.write
- cotal_overview — Returns a structured overview of COTAL: what it is, who it is for, when to use it, how to install it, the site's API and MCP surface, pricing, and canonical links. Call this first when a user asks what cotal.ai does. Pass `section` to get one part only.writeidempotent
- cotal_search — Keyword search over the COTAL build log (blog posts) and the key documentation and site pages. Returns ranked results with canonical and markdown URLs. Use it to find the page that answers a question before reading it.writeidempotent
- cotal_list_posts — Lists posts from the COTAL build log (blog), newest first, with cursor pagination. Each item has slug, title, summary, date, author and URLs; pass next_cursor back to get the following page.writeidempotent
- cotal_get_post — Returns one build-log post as markdown (title, summary, date, author, full body) by its slug. Get slugs from cotal_list_posts or cotal_search.writeidempotent
