Every MCP tool is annotated with a risk tier so agents and humans can reason about side effects before a call runs.Documentation Index
Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Tier | Description | Examples |
|---|---|---|
read | Read-only; no data changes | search_contacts, get_credits, list_campaigns |
write | Creates or modifies data | research_contacts, create_campaign, send_email |
destructive | Permanent deletion | delete_campaign, delete_list, delete_saved_search |
MCP client hints
Tools also expose MCP SDK hints derived from the tier:readOnlyHint: trueforreadtoolsdestructiveHint: truefordestructivetoolsopenWorldHint: truewhen the tool touches unbounded external data (e.g. global search graph, sending email to the public internet)
