tools/call JSON-RPC method:
vendorId is automatically set from your API key. You do not need to include it in tool arguments.Query tools
get-stats
Fast, lightweight tool returning unfiltered totals for your workspace plus rewards activity. Minimum privilege: Content Viewer | Parameters: None required. Response:get-people
Query references and prospects with filtering, sorting, and pagination. Minimum privilege: Content Viewer
Context filters — by criteria:
callAvailabilities values: "100" (as needed), "6" (up to 6/quarter), "3" (up to 3/quarter), "1" (up to 1/quarter), "0" (not available), "suspended" (deactivated). For “available for calls”: ["100", "6", "3", "1"]. For “unavailable”: ["0", "suspended"].
Context filters — by ID:
availableAdditionalFields with customizedFormFieldId, fieldName, and allowed values for your workspace.
get-companies
Query companies and accounts with search, filtering, and pagination. Minimum privilege: Content Viewerget-contents
Query content assets including quotes, reviews, video testimonials, case studies, and more. Minimum privilege: Content Viewer By default, returns bothapproved and internal only assets. Internal only assets (e.g. Gong transcripts) are safe for AI generation context but are not for external sharing. Pass vendorPublishPolicies explicitly to restrict to specific statuses.
To filter by multiple content types, use
context.filters.types (array) instead of the type parameter (single value only).
Q&A content: QuestionsAndAnswers assets include a qa: field with full question/answer pairs formatted as qa: Q: <question> | A: <answer>; .... Answers are truncated to 300 chars each.
get-prospects-dashboard
Retrieve the prospect pipeline view with optional meeting data. Minimum privilege: Repget-content-instructions
Get the schema, validation rules, and examples for creating content of a specific type. Minimum privilege: RepCreate tools
create-company
Create a new company in your workspace. Minimum privilege: Admin
Response:
create-person
Create a new reference contact. Minimum privilege: Admin
Response:
save-draft-content
Save a content draft (case study or win/loss report). Minimum privilege: Admin ThepublishedContent array is required and must contain the actual content blocks. This tool does not generate content — build the content first, then pass it here to save.
Content block types:
AI Agent tool
start-agent
Trigger an AI agent workflow that can reason over your Deeto workspace data and complete multi-step tasks autonomously. Minimum privilege: AdminThis tool is available in the backend but is in active development. Behavior and parameters may evolve. Contact your Customer Success Manager before building workflows that depend on it.
The agent can use other MCP tools internally (get-people, get-contents, etc.) to gather data before producing a result. It returns a structured response containing the agent’s output and any tool calls it made.
Pagination
All list tools support consistent pagination:
Responses exceeding the size limit are automatically truncated with
hasNext: true.
Support: Contact your Deeto Customer Success Manager or email support@deeto.ai.