# Coldvio MCP tools

## Read — `agent:read`

`get_summary`, `get_voice_profile`, `list_contacts`, `get_contact`, `list_lead_lists`, `list_leads`, `list_campaigns`, `get_campaign`, `list_actions`, `list_posts`, `get_post`, `list_trends`.

## Write — `agent:write`

`update_contact` requires trusted MCP host elicitation (or CLI `--yes`) and a server operation intent.

## Generate — `agent:generate`

`generate_linkedin_draft`, `generate_email_draft` spend credits, require trusted host elicitation (or CLI `--yes`), and never send.

## Approve — `agent:approve`

`approve_action`, `reject_action` require trusted host elicitation (or CLI `--yes`). Approval is bound to the exact reviewed text and may queue an external action; rejection is permanent.

Direct send, publish, and execute are absent. See the [tool JSON](https://www.coldvio.com/developers/mcp-tools.json).
