# Tasks

Quo MCP server · 13 tools

Tasks are the firm's follow-up items in Quo. Create and update them, set or clear due dates, assign them to members, and link them to the conversation they came from.

## Quo Frequently Asked Questions

**What are the Quo Tasks tools?**

This page lists the Tasks tools in the Quo integration: 13 tools for working with tasks. Each is exposed through your firm's Weave MCP connection and available to members whose access level permits it.

**How do I assign a task to a teammate?**

Use assign-task with a Quo user ID (look one up with list-users). unassign-task removes the assignment.

**How do I connect a task to the conversation it's about?**

Use link-task-conversation to attach a task to a conversation, and unlink-task-conversation to detach it.

**Is deleting a task reversible?**

No. delete-task permanently removes the task. To close a task without deleting it, use complete-task (and reopen-task to bring it back).

**What is the Quo integration?**

The Quo integration connects your firm's Quo account to Weave. Quo is a cloud phone/SMS platform. This integration exposes calls, messages, contacts, conversations, and tasks as governed MCP tools, scoped per member by access level. It groups 36 tools into 6 categories, exposed through your firm's Weave MCP connection and filtered per member by access level.

**How does my firm connect Quo to Weave?**

An admin connects Quo once for the whole firm by entering your Quo workspace API key in the Weave console. Every member then works through that single connection; there is no per-user Quo login. Your key is encrypted at rest and stays inside Weave's infrastructure.

**Do I need to install or configure anything locally?**

No. Weave is fully hosted, so there is nothing to install, run, or maintain on your own machines. After an admin connects Quo once from the console, each member simply points their AI assistant at your firm's Weave MCP endpoint, and the tools they are allowed to use appear automatically based on their access level.

**Can everyone on my team use every tool?**

No. Tools are exposed per member by access level, so each person only sees the Quo tools their role permits.

**Are changes made through these tools reversible?**

Reads are always safe. Sending a text cannot be undone, once sent it can't be recalled, and it spends the workspace's prepaid SMS credits. Deletes are irreversible: delete-contact and delete-task permanently remove the record from Quo. Most other actions can be reversed with a follow-up tool (for example reopen-task or unassign-task).

**Why can't I send a text to a US number?**

Sending SMS to US numbers requires your Quo account to have completed US Carrier Registration. That is a Quo-side prerequisite; once it is done, send-message works for US recipients.

## Related
- /integrations/quo/conversations/
- /integrations/quo/identity/list-users/

## Tools

- [Assign Task](/integrations/quo/tasks/assign-task/) — Assign a task to a user in the connected Quo account.

- [Change Task Due Date](/integrations/quo/tasks/change-task-due-date/) — Change a task's due date in the connected Quo account.

- [Complete Task](/integrations/quo/tasks/complete-task/) — Mark a task complete in the connected Quo account.

- [Create Task](/integrations/quo/tasks/create-task/) — Create a task in the connected Quo account, linked to a phone number, conversation, or conversation activity. Provide exactly one of phoneNumberId, conversationId, or activityId.

- [Delete Task](/integrations/quo/tasks/delete-task/) — Permanently delete a task from the connected Quo account. This is irreversible.

- [Get Task](/integrations/quo/tasks/get-task/) — Fetch a single task from the connected Quo account by ID.

- [Link Task Conversation](/integrations/quo/tasks/link-task-conversation/) — Link a task to a conversation in the connected Quo account.

- [List Tasks](/integrations/quo/tasks/list-tasks/) — List tasks on the connected Quo account. Supports pagination via maxResults (1-100, required) and pageToken.

- [Remove Task Due Date](/integrations/quo/tasks/remove-task-due-date/) — Clear a task's due date in the connected Quo account.

- [Reopen Task](/integrations/quo/tasks/reopen-task/) — Reopen a completed task in the connected Quo account.

- [Unassign Task](/integrations/quo/tasks/unassign-task/) — Remove a user's assignment from a task in the connected Quo account.

- [Unlink Task Conversation](/integrations/quo/tasks/unlink-task-conversation/) — Remove a conversation link from a task in the connected Quo account.

- [Update Task](/integrations/quo/tasks/update-task/) — Update a task's title and description in the connected Quo account. Full replace of both fields — the task's link, due date, and assignment are unaffected and managed by other tools.
