New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Starfield

233 tools. 93 can modify or destroy data without limits.

15 destructive tools with no built-in limits. Policy required.

Last updated:

93 can modify or destroy data
140 read-only
233 tools total

Community server · catalogue entry checked 06/08/2026 · full schemas captured for 214 of 233 tools

How to control Starfield ↓

What Starfield exposes to your agents

Read (140) Write / Execute (78) Destructive / Financial (15)

What Starfield costs in tokens

32,796 tokens of tool definitions, loaded on every request
16% of a 200k context window
882 heaviest tool: move_work_item
Critical Risk

The most dangerous Starfield tools

93 of Starfield's 233 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Starfield

PolicyLayer is an MCP gateway — it sits between your AI agents and Starfield, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "bulk_delete_buyer_groups": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "activate_sequence": {
    "limits": [
      {
        "counter": "activate_sequence_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "adrata_ai_tool_catalog": {
    "limits": [
      {
        "counter": "adrata_ai_tool_catalog_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Starfield — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON STARFIELD →

Instant setup, no code required.

All 233 Starfield tools

EXECUTE 12 tools
Execute adrata_ai_tool_execute Execute the same governed AI CRM ToolDispatcher path used by Adrata chat. Free reads run directly. Reads that Execute adrata_api_request Governed low-level Adrata API request. Read calls run directly except sensitive denied surfaces. Writes defaul Execute attribute_partner_to_deal Credit a partner on an opportunity. attributionType is STRATEGIC (incremental revenue not won without the part Execute build_pursuit_command_center Build or refresh Adrata’s persistent, evidence-linked Pursuit command center for one enterprise account. Compo Execute draft_workflow Create an Adrata workflow draft manifest that can be saved as adrata.workflow.json, validated, dry-run, deploy Execute dry_run_workflow Dry-run a workflow draft through the control plane. If the API is unavailable, returns a local policy/audit ex Execute record_partner_consumption Record committed vs consumed revenue for a partner over a period. Signature != revenue: in a consumption busin Execute replay_workflow_run Replay or plan replay for a workflow run. Defaults to dry-run; live replay remains policy/audit gated. Execute request_deployment Request that the Adrata control plane deploy a custom integration or extension. The manifest is validated loca Execute request_provider_action_execution Request a scoped provider action execution without registering every provider endpoint as a separate MCP tool. Execute request_workflow_deployment Request hosted deployment for a workflow. Requires a prior dry-run id and keeps activation gated on policy pas Execute warmup_email Start or stop gradual sending warmup for an email account. Warmup builds sender reputation by slowly increasin
WRITE 66 tools
Write activate_sequence Activate a sequence to start sending emails to enrolled contacts. The sequence must have at least one step and Write add_buyer_group_member Add a person to a buyer group. Governed write: previews by default. A live write requires dryRun:false plus ap Write add_sequence_step Add a step to an existing sequence. Steps are executed in order with configurable delays between them. Enterpr Write add_to_company_list Add company IDs to an existing saved company/account list. Write approve_partner_attribution Approve a partner attribution (finance/ops sign-off). Writes an immutable audit row so strategic revenue stays Write bulk_import Import records in bulk from CSV data. Creates companies, people, or opportunities from structured CSV input. E Write comment_on_work_item Say something on a card: a question, a finding, or the reason a QA pass sent it back. This is the ONLY place t Write complete_action Mark action as completed with optional outcome. Write configure_sloan Configure Sloan for the workspace. action 'check' (default) is READ-ONLY: a prerequisites checklist (workspace Write connect_workspace Connect your Adrata workspace via OAuth 2.0. Opens a browser window for authorization. By default the connecti Write create_action Log an action (outreach, call, meeting, note) against a person or company. Metadata is JSONB for type-specific Write create_agent_task Create a long-running agent/background task for research, enrichment, auditing, or custom workflow automation. Write create_buyer_group Create a buyer group for a company. Governed write: previews by default. A live write requires dryRun:false pl Write create_company Create a new company. Write create_company_list Create and save a company/account list in Adrata, optionally with company IDs from search or research results. Write create_email_account Provision a new email mailbox on an owned domain. Creates the account and optionally starts warmup. Enterprise Write create_executive_partner_meeting Log an Executive Partner Meeting (EPM) — the partner analog of a new-business meeting. Capture the mutual enga Write create_intro_request Create a tracked warm introduction request between a connector and target. Write create_note Add a note to a person, company, or opportunity. Write create_opportunity Create a new deal. Write create_partner Create a partner relationship. partnerType is required (ISV_TECH, AI_LAB, HYPERSCALER, GSI_SI, RESELLER, MARKE Write create_person Create a new person/contact. Set contactCategory:"Introducer" for someone you know who is NOT a sales target — Write create_sequence Create a new multi-step email sequence. Define the name and optionally include initial steps. Steps specify de Write create_strategic_work_stream Create a programmatic joint initiative with a partner ("revenue while you sleep"). streamType: JOINT_SOLUTION, Write create_webhook Create an outbound webhook subscription. Returns the signing secret once; store it securely. Write create_work_item Create a card on a board. Lands in the named column, or the board's first column when none is given. WRITE TH Write disconnect_workspace Disconnect your Adrata workspace. Revokes OAuth tokens and clears local credentials. Enterprise tools will no Write enable_toolset Load a toolset into the current session. This registers all tools in the named toolset so you can call them. U Write export_data Export records as JSON or CSV with filters. Supports companies, people, opportunities, actions, and notes. Inc Write import_external_companies Import selected external catalog companies into the workspace through Adrata bulk import, then use check_batch Write import_external_pipeline_members Import members from an external pipeline/channel into the workspace through Adrata bulk import. Defaults to dr Write manage_custom_fields List, create, or update custom fields for an entity type. Custom fields in Adrata are JSONB-merged, so this to Write move_pipeline_card Move a person/company/opportunity card on a pipeline board and publish a realtime event so the web app can upd Write move_work_item Move a card to another column on the same board — and, with claim:true, pick it up in the same action. The ser Write paper_archive_document Archive a Paper document without deleting it. Live writes require dryRun:false, approved:true, reason, and ide Write paper_create_calendar_event Create a Paper calendar event. Live writes require dryRun:false, approved:true, reason, and idempotencyKey. Write paper_create_document Create a Paper document. Live writes require dryRun:false, approved:true, reason, and idempotencyKey. Write paper_create_share Create a secure share link for a Paper document. Live writes require dryRun:false, approved:true, reason, and Write paper_create_task Create a Paper task/action. Live writes require dryRun:false, approved:true, reason, and idempotencyKey. Write paper_resolve_share Resolve a public Paper share token. Write paper_send_email Send an email from the rep connected mailbox. Live sends require dryRun:false, approved:true, reason, and idem Write paper_update_document Update a Paper document title/content/status/metadata. Live writes require dryRun:false, approved:true, reason Write paper_update_task Update a Paper task/action title or status. Live writes require dryRun:false, approved:true, reason, and idemp Write rank_paths_to_power Rank existing warm introduction and network paths to a target account or decision maker through the governed T Write rank_people_by_icp Rank a set of people by fit to the workspace ICP profile (title/persona match blended with company firmographi Write recommend_deal_move Recommend Adrata chat’s next no-loss deal move through the governed ToolDispatcher. Read-only: use write tools Write save_memory Store a fact, insight, preference, or deal context. Memories persist across conversations so Claude remembers Write schedule_demo Book a product demo with Adrata. Free tier — no account needed. Creates a calendar event via Cal.com. The atte Write schedule_meeting Preview or create a meeting through Adrata chat’s governed calendar path. Live creation requires an audit reas Write set_work_item_kind Set what KIND of work a card is: bug, story, or chore. This is a FIELD on the card, not a tag — it is orthogon Write set_work_item_tag Set a card's URGENCY tag. The scheme must be one the board reads (severity | priority | impact) and the source Write setup_domain Configure DNS records (SPF, DKIM, DMARC) for an email sending domain. Required before sending emails from the Write sloan_handoff Hand a prospect to Sloan (the AI executive assistant): creates a follow-up objective so Sloan pursues the meet Write submit_adrata_command Submit a governed Adrata Cloud command through the same command plane used by the app and CLI. Defaults to dry Write switch_workspace Switch the active workspace for the authenticated user. Subsequent tool calls read and write in the new worksp Write update_action Update an action. Metadata is JSONB-merged. Write update_buyer_group Update a buyer group’s name or the company it belongs to. Governed write: previews by default. A live write re Write update_buyer_group_member Update a member’s role or influence inside a buyer group. Governed write: previews by default. A live write re Write update_company Update company fields. customFields are JSONB-merged. Write update_intro_request Update the status or connector notes on a warm introduction request. Write update_note Update note content. Write update_opportunity Update deal fields. customFields are JSONB-merged. Write update_partner Update partner fields (type, tier, status, motions, owner, commitment, target ARR). Write update_person Update person fields. customFields are JSONB-merged. Works for leads too. Change contactCategory to move someo Write update_webhook Update an outbound webhook subscription URL, events, active flag, description, or filter expression. Write upgrade_account Open the Adrata Edition signup page in your browser to upgrade your account. Free users get a 14-day Pro trial
READ 140 tools
Read adrata_ai_tool_catalog List the AI CRM tools Adrata chat can use, including Channels, external source catalogs, ICP ranking, batch im Read adrata_api_catalog Describe the governed Adrata API bridge for Claude Code/Codex. Use this to discover how to call any allowliste Read adrata_desktop_app_audit Audit Adrata desktop app MCP coverage. Returns which existing MCP tools cover Adrata desktop revenue, pipeline Read check_batch_import_status Check progress for Adrata bulk imports created by external catalog, Channel, CSV, or bulk create flows. Read check_inbox Check your inbox for new replies. Cross-references with CRM contacts and active sequences to classify reply ty Read check_subscription Check your current Adrata subscription plan, usage limits, trial status, and billing details. Works at all tie Read count_emails Count emails by folder or status. Read count_records Get total counts of companies, people, opportunities. Read describe_fields List all available fields for an entity type, including enums, statuses, and custom field support. Use this to Read enrich_company Trigger enrichment for a company — firmographic, news, competitors. Read enrich_person Trigger enrichment for a person — professional info, social profiles. Read enroll_contacts Enroll contacts into a sequence. Contacts will begin receiving sequence emails according to the step schedule. Read find_company Search for a company using Claude's training data. Returns a structured profile with industry, key people, est Read find_intro_path Find the relationship path between two people for warm intro planning. Read find_or_create_company Find a company by name or domain, or create it if it doesn't exist. Returns the company record either way. Read find_or_create_person Find a person by email or name+company, or create them if they don't exist. Returns the person record either w Read find_person Search for a professional using Claude's training data. Returns a structured profile with title, company, back Read get_access_graph_projection Inspect the access graph for a buyer group: buyer group coverage plus intro group routes and touchpoints. Read get_access_score Get the deterministic Access Score for a buyer group, including sub-scores, risk level, top gaps, and provenan Read get_account_read Get Adrata chat’s grounded no-loss account/deal read through the governed ToolDispatcher. Returns Known/Read/A Read get_action Get full action details including metadata. Read get_activity_summary Aggregated activity metrics (calls, emails, meetings) over time. Read get_agent_task Get detail, progress, and result for a long-running agent/background task. Read get_buyer_group Get buyer group details including members and roles. Read get_buyer_group_members List members of a buyer group with roles. Read get_campaign Get campaign details and performance metrics. Read get_cloud_records Query the Adrata Cloud — the canonical, source-attributed, bitemporal record substrate — as one surface. Filte Read get_company Get full company details including customFields, lastAction, intelligence data. Read get_company_actions List all actions on a company. Read get_company_firmographics Get employee count and revenue metadata for a company, including value/range, source, confidence, freshness, a Read get_company_invoices One account's ingested ERP invoices (latest snapshot per invoice) and the catalog products they resolve to. Re Read get_company_list Get a saved company/account list with its companies. Read get_company_opportunities List all opportunities for a company. Read get_company_people List all people at a company. Read get_competitor_intel Get competitive intelligence for a company. Read get_current_user Get the currently authenticated user. Read get_deal_authority Get authority mapping and stakeholder analysis for a deal. Read get_demo_availability Check available demo time slots from Cal.com. Returns the next 5 available slots for scheduling a product demo Read get_email Get full email content by ID. Read get_email_health Get the deliverability health score for an email account. Returns sender reputation, bounce rate, spam complai Read get_forecast_data Sales forecast with predicted revenue by period. Read get_icp_distribution Get ICP tier distribution (A/B/C/D breakdown) for one ICP profile, plus coverage showing how many companies ha Read get_installed_base Finance/expansion installed base: which accounts bought which SKUs (spend, invoice count, first/last purchase) Read get_intent_signals Get buying intent signals for a company. Read get_intro_pipeline Get the warm intro pipeline organized by stage. Use for managing intro workflow across connectors and targets. Read get_mcp_analytics Get MCP usage analytics dashboard: top tools, search queries, conversion funnel, tier distribution. Admin only Read get_meeting Get meeting (calendar event) details, including the attendee roster. Read get_meeting_action_items Get action items from a meeting. Read get_meeting_summary Get AI summary of a meeting. Read get_network_stats Get network coverage, relationship strength, and warm intro health metrics. Read get_opportunity Get full opportunity details including stage, amount, customFields. Read get_partner Get a single partner with its full profile (type, tier, motions, commitment, target incremental ARR). Read get_partner_consumption_rollup Get a partner's committed-vs-consumed rollup with realization rate — the realized-revenue view (vs bookings). Read get_partner_revenue Get a partner's strategic-revenue rollup: strategic vs influenced incremental ARR (weighted) and deal counts. Read get_path_to_power Rank safe, reviewable routes to decision authority for a buyer group, including rationale, next actions, and d Read get_person Get full person details including customFields, lastAction, companyName. Read get_pipeline_metrics Pipeline metrics: total value, deal count, win rate, stage distribution. Returns an object; when there are no Read get_priority_pursuits Get Priority Pursuits — your evidence-ranked daily account and next-move list. Read get_provider_connect_plan Get the exact app/API/MCP/CLI connection plan for one integration provider without enabling the infrastructure Read get_sequence Get sequence details including steps. Read get_sequence_analytics Get performance analytics for a sequence. Returns open rates, reply rates, bounce rates, unsubscribe rates, an Read get_speedrun_list Legacy alias for get_priority_pursuits. Read get_user Get user details. Read get_webhook_delivery Get status, response body, and retry metadata for a webhook delivery attempt. Read get_work_board Read one board whole: its columns (each with its own staleness policy) and every card on it. The card list car Read get_work_board_rollup Read several boards as one prioritisation view. Pass "all" for the implicit roll-up of every board in the work Read get_work_item Read one card by id: title, body, product, assignee, reporter, creator, its stored tag, and how long it has be Read get_work_item_comments Read what people have SAID about a card, oldest first: each comment's author, body, and timestamp. READ THIS B Read get_work_item_history Read a card's column transitions, newest first: which column it came from, which it went to, when it entered a Read get_workspace_settings View your workspace configuration, enabled modules, rate limits, user count, and subscription details. Use thi Read inspect_provider_catalog List the canonical integration provider catalog without loading provider endpoint tools into context. Use cate Read list_actions List actions with filters. Use to answer "what did X do this week?" Use viewMode:"leader" to see the whole tea Read list_agent_tasks List long-running agent/background tasks with status and progress. Read list_buyer_groups List buyer groups — the decision-making units at companies. Read list_campaigns List campaigns with optional status filter. Read list_company_lists List saved company/account lists in Adrata. Use before adding companies to an existing target list. Read list_custom_fields Discover what custom fields are set across records of a given type. Samples up to 100 records and returns all Read list_customer_signals List first-party customer signals (the store live plays fire from) for the workspace, or scope to one company/ Read list_domains List all email sending domains in your workspace with health status. Shows verification state, deliverability Read list_email_accounts List email mailboxes in your workspace. Optionally filter by domain. Shows warmup status and health scores. En Read list_executive_partner_meetings List a partner's Executive Partner Meetings (EPMs). The API route has no pagination; limit/offset are applied Read list_external_companies Query Adrata nightly-refreshed external company catalogs directly, such as portfolio, cohort, or source-specif Read list_external_pipeline_members List members of an external pipeline/channel before import. Supports batch/country/status filters and can flag Read list_external_pipelines List Adrata Channels: refreshable external/internal pipelines such as YC, a16z Speedrun, Techstars, CSV import Read list_icp_profiles List the workspace ICP profiles. A workspace selling into several motions keeps one active profile per segment Read list_intro_requests List tracked warm introduction requests by status or direction. Read list_meetings List your meetings (calendar events) with optional filters. Read list_my_work_items The cards that are YOURS, across every board in the workspace, ordered the way a developer actually picks: esc Read list_notes List notes, filterable by entity. Read list_overdue_actions List actions past their due date. Read list_partner_attributions List every partner attribution on an opportunity (who drove strategic vs influenced revenue). The API route ha Read list_partner_consumption List a partner's consumption records (committed vs consumed per period). The API route has no pagination; limi Read list_partners List partners in the workspace. Filter by partnerType (ISV_TECH, AI_LAB, HYPERSCALER, GSI_SI, RESELLER, MARKET Read list_provider_endpoints Inspect a provider endpoint/action catalog before drafting a workflow. Returns available actions, auth mode, r Read list_sequences List email sequences. Read list_sequences_full List email sequences with full details including status, step count, and enrollment metrics. Enterprise only. Read list_strategic_work_streams List a partner's strategic work streams (joint solutions, programs, marketplace listings) with target vs gener Read list_today_actions List actions scheduled for today. Read list_toolsets List available composite toolsets. Each toolset contains multiple high-level tools. Use enable_toolset to load Read list_users List workspace users/team members. Read list_webhook_deliveries List recent delivery attempts for a webhook subscription. Read list_webhook_events List supported outbound webhook event types, payload schemas, and examples. Read list_webhooks List outbound webhook subscriptions for the workspace. Read list_work_board_rollups List the curated roll-ups in the workspace. The implicit "all boards" roll-up is NOT in this list because it h Read list_work_boards List the work boards in the connected workspace. Returns each board id, name, the company it is run for (if an Read list_workspaces List the workspaces the authenticated user is actually a member of, with their role in each. Use before switch Read log_interaction Log a sales interaction — finds the person (or creates them), creates an action with metadata, and optionally Read morning_brief Get your daily morning intelligence brief. Delivers top priorities, overnight signals, pipeline health, calend Read paper_app_audit Audit Paper app MCP coverage. Returns the Paper app API surfaces, local cache model, and which MCP tools cover Read paper_get_company Get the company context record Paper shows in calendar and workspace context rails. Read paper_get_document Get a Paper document by id from the active workspace. Read paper_get_email_thread Get messages for a Paper email thread. Read paper_list_calendar_events List Paper calendar events for a UTC ISO-8601 start/end window. Read paper_list_documents List Paper documents from the active workspace. Paper documents are Adrata documents with type=paper. Read paper_list_email_threads List Paper inbox thread summaries. Read paper_list_shares List workspace share links, optionally filtered by Paper document/resource id. Read paper_list_tasks List the seller task board used by Paper. Read pause_sequence Pause a running sequence. Enrolled contacts will stop receiving emails until the sequence is reactivated. Ente Read purchase_domain Purchase a domain for email sending through Adrata. The domain will be added to your workspace and ready for D Read rank_companies_by_icp Rank imported companies by similarity to the workspace ICP/closed-won profile. Use immediately after external Read rank_partners_for_account Rank the partners best positioned to break into a target account. Returns an explainable break-in probability Read recall Search saved memories by text query. Returns memories ranked by relevance. Use this to recall facts, preferenc Read replay_webhook_delivery Replay a failed or previous webhook delivery. Read score_company_icp Score how well a company matches your Ideal Customer Profile. When several profiles are active this scores the Read search_companies Search companies by name, domain, industry, or status. Returns customFields. Read search_domains Search for available domains to purchase for email sending. Returns matching domains with pricing and availabi Read search_emails Search emails by subject, sender, recipient, or folder. Read search_leads Search leads (people with status=LEAD). To update, use update_person. Read search_opportunities Search deals by name, stage, company, or owner. Read search_people Search people by name, email, company, title. Returns all statuses. Filter by contactCategory to separate real Read sloan_status What Sloan (the AI executive assistant) is doing: follow-up objective counts by state, work due soon, drafts a Read test_provider_credential Run a policy/audit-mapped credential test for a provider. Defaults to dry-run so Claude Code can check shape a Read test_webhook Queue a signed webhook.test delivery to validate a subscription endpoint. Read track_conversion Track a tier conversion event (internal). Used by billing to record upgrades: free->pro, pro->enterprise. Read validate_extension_manifest Validate a custom extension manifest (custom tables, fields, views, record cards, workflow nodes, provider act Read validate_integration_manifest Validate a custom integration manifest against the Adrata safety gates (auth, scopes, rate limits, test endpoi Read validate_workflow_draft Validate an Adrata workflow draft. Ensures every step has permissions, audit event mapping, policy risk, and d Read verify_domain Check DNS propagation status for an email domain. Returns verification status for SPF, DKIM, and DMARC records Read who_am_i Get your user profile with usage statistics — tier, top tools used, recent activity, saved memories count, and Read workspace_status Check which credential this MCP server is actually running on, what tier it grants, which workspace it is acti

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Starfield

Can an AI agent delete data through the Starfield MCP server? +

Yes. The Starfield server exposes 15 destructive tools including bulk_delete_buyer_groups, cancel_agent_task, delete_action. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Starfield? +

The Starfield server has 66 write tools including activate_sequence, add_buyer_group_member, add_sequence_step. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Starfield.

How many tools does the Starfield MCP server expose? +

233 tools across 4 categories: Destructive, Execute, Read, Write. 140 are read-only. 93 can modify, create, or delete data.

How do I enforce a policy on Starfield? +

Register the Starfield MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Starfield tool call.

Deterministic rules across all 233 Starfield tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

233 Starfield tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Starfield's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.