Tool reference

The tools a builder reaches for, grouped by job. Each is marked read (safe to call freely) or write (changes state — gate behind approval). Workspace is always resolved from your credential; never pass workspace_id. This covers the integration-relevant surface; admin, billing-internal, and corpus-governance tools are omitted.

Tip: you rarely call these by name. You give the agent a task and it picks the tools. This reference is for understanding what's available and debugging what the agent did.

Market intelligence — read

The shared, anonymized closed-deal corpus. The highest-value, side-effect-free calls.

Tool Purpose
rate_benchmark Recommended / floor / ceiling rate for a creator-brand-deliverable.
deals_benchmark Rate percentiles (p25/p50/p75/p90) from the deal-benchmark corpus.
comparator_pay_history For a brand, comparator creators with estimated paid bands to size a pitch.
brand_reliability Composite payment timing, ghost rate, deal-size band.
brand_fingerprint A brand's casting fingerprint: tier mix, comp percentiles, deliverable mix, exclusivity.
brand_spend Estimated monthly/annual creator-marketing spend with a confidence band.
negotiation_intel Typical payment terms, exclusivity windows, whitelisting, deliverable counts.
partnership_intel The partnership graph: brands a creator worked with, creators a brand worked with.
category_classifier Canonical tier (luxury/premium/mid/mass/fast) and vertical for a brand.
competitive_landscape Most active brands in a vertical by paid-partnership volume.
seasonality A brand's seasonal pattern: peak months, campaign frequency, quiet periods.
brief_patterns Typical brief shape for a brand: deliverable types/counts, whitelisting/seeding rates.
active_spenders Highest estimated-spend brands in a window — the prospecting shortlist.
corpus_bulk_pull A bulk de-identified intelligence slice in one call (entitlement-gated).

Brands — read

Tool Purpose
brand_resolve Resolve a brand by domain/name to a canonical id. Usually the first call in a flow.
brand_search Search brands by vertical, comp range, recent activity.
brand_timeline Recent partnerships detected across IG/TikTok/YouTube.
brand_relationship_capital Prior touchpoints and known contacts at a brand, from your workspace.

Roster & fit — read

Tool Purpose
roster_match_brand Top-K creator matches for a brand, with per-signal contributions.
creator_brand_fit Observed fit for one creator-brand pair (paid/organic counts, recency).
roster_search Search your roster by tier, niche, affinity, engagement.
roster_list_creators / roster_get List creators / get one full profile.
check_exclusivity_conflict Whether pitching a brand to a creator conflicts with an exclusivity window.
sponsorship_history A creator's full brand timeline.

Roster writes (roster_add_creator, roster_update_creator, roster_research) exist for onboarding and are write tools.

Voice — read

Tool Purpose
voice_draft Returns drafting context (your voice profile, exemplars, phrases) so the agent can compose in your voice. Does not send.
voice_classify_reply Classify an inbound email's intent and extract entities (rate, dates, asks).
voice_profile_status Voice profile health: confidence, coverage, drift.

Indexing tools (voice_index_exemplar, voice_index_batch, voice_profile_refresh) train the profile and are write.

Pipeline — mixed

Tool Purpose Kind
deals_list / deals_get / deals_get_by_pair Read deals. read
deals_context Grounding context for a deal so drafts know its stage/status. read
deals_update_stage Advance a deal; records history and surfaces side-effects. write
deals_bulk_create Create/update many deals (idempotent upsert by creator+brand). write
deals_sync_from_inbox Reconcile the pipeline against your email (composes your Gmail connector). write

Campaign — mixed

Tool Purpose Kind
campaign_status Full execution view for a deal. read
campaign_plan_milestones Compute milestones and return proposed calendar events for your Calendar connector. read
campaign_provision_folders Return a proposed Drive folder structure (the agent creates it via your Drive connector). read
campaign_set_schedule, campaign_track_deliverable, campaign_link_folder, campaign_record_calendar_event Record schedule, deliverables, and the ids your connectors return. write

Invoicing & AR — mixed

Tool Purpose Kind
invoice_prepare Build line items + commission split and a QuickBooks create_invoice payload. write (local draft)
invoice_record_qbo Store the QBO invoice id; mark sent; advance the deal. write
invoice_payment_reconcile Reconcile against a balance read from your QBO connector. write
ar_status Accounts-receivable view with aging buckets. read
invoice_accounting_summary Gross, commission, payout, 1099 hints for a deal/workspace. read

Contracts — mixed

Tool Purpose Kind
contracts_run_playbook Deterministic redline: extract terms, grade against your red-lines, return counter-language. read
contracts_get_playbook / contracts_playbook_describe View your red-lines / describe available rules. read
contracts_set_playbook Customize your red-line thresholds. write

Sourcing — read

Tool Purpose
sourcing_filter_new Dedup candidate brands against your pipeline so cold sourcing never double-pitches.
sourcing_pipeline_brands Brands a creator already has deals with, plus open-deal brands across the workspace.

Stack sync — mixed

Tool Purpose Kind
crm_import Import your CRM/base brand-contacts as read-only intel (no write-back). write (Prscnt-side)
stack_link_deal Point a Prscnt deal at a record in your system (stores id + URL). write (pointer)
stack_resolve_deal Reverse lookup: your record id → the Prscnt deal. read
stack_deal_refs List everything a deal is linked to. read

Orchestration helpers — read

Tool Purpose
workflow_describe List workflow definitions and the actions each event proposes.
workflow_propose Given an event, return proposed next actions for approval (never auto-fired).
orchestration_recipes Cross-tool recipe cards.
dashboard / memory_daily_brief A snapshot of the queue / the /morning brief.
check_integrations The setup checklist + your optional bring-your-stack connectors.

Next