> ## Documentation Index
> Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Available Tools

> The complete set of tools the Octave MCP server exposes to connected AI assistants, grouped by area — Library, Motions, research, agents, assets, skills, analytics, and more.

The Octave MCP server exposes your full workspace to connected AI assistants. Tools are grouped below by area. Your assistant discovers all of them automatically once [connected](/mcp/overview) — this page is a reference for what's available and when each tool is the right one.

<Note>
  Start with `verify_connection` to confirm which workspace you're connected to. For open-ended questions about your GTM knowledge, `ask_octave` (relationship questions across the knowledge graph) and `search_knowledge_base` (semantic content search) are the best entry points.
</Note>

## Connection

| Tool                | Description                                                     |
| ------------------- | --------------------------------------------------------------- |
| `verify_connection` | Confirm the connection and identify the authenticated workspace |

## Knowledge graph

| Tool                    | Description                                                                                                    |
| ----------------------- | -------------------------------------------------------------------------------------------------------------- |
| `ask_octave`            | Answer relationship questions across the knowledge graph (e.g. "which use cases address this persona's pains") |
| `search_knowledge_base` | Semantic search across all Library content                                                                     |

## Library

| Tool                                                                               | Description                                           |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------- |
| `list_entities`                                                                    | List Library entities of a given type                 |
| `get_entity`                                                                       | Get a single entity by oId                            |
| `create_entity`                                                                    | Create a Library entity                               |
| `update_entity`                                                                    | Update a Library entity                               |
| `delete_entity`                                                                    | Delete a Library entity                               |
| `revise_entity`                                                                    | Apply an AI-assisted revision to an entity            |
| `get_revision` / `list_revisions`                                                  | Read the change history of Library entities           |
| `link_entities_to_offering`                                                        | Link entities (personas, use cases, …) to an offering |
| `add_value_props` / `list_value_props` / `update_value_props`                      | Manage an entity's value propositions                 |
| `create_tag_group` / `add_tag_to_group` / `list_tag_groups` / `assign_segment_tag` | Organize entities with tag groups                     |
| `get_tag_group_performance`                                                        | Outcome metrics per tag group                         |
| `list_writing_styles`                                                              | List available Brand Voice / writing-style profiles   |

## Motions

| Tool                                                                                                                             | Description                                                |
| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| `create_motion` / `get_motion` / `list_motions` / `update_motion` / `delete_motion`                                              | Manage [Motions](/concepts/motions)                        |
| `create_motion_playbook` / `get_motion_playbook` / `list_motion_playbooks` / `update_motion_playbook` / `delete_motion_playbook` | Manage Motion Playbooks                                    |
| `list_motion_icps`                                                                                                               | List a motion's ICP cells                                  |
| `find_motion_icp`                                                                                                                | Find the ICP cell matching a persona × segment combination |

## Skills

Managed [Agent Skills](/concepts/skills) — reusable methods your assistants load on demand.

| Tool                                             | Description                                |
| ------------------------------------------------ | ------------------------------------------ |
| `find_skill`                                     | Find the skill matching a task description |
| `list_skills`                                    | List the workspace's skills                |
| `get_skill`                                      | Load a skill's SKILL.md instructions       |
| `get_skill_file`                                 | Read one bundled file of a skill           |
| `create_skill` / `update_skill` / `delete_skill` | Manage skills                              |

## Assets

Hosted [Assets](/concepts/assets) — published sites, documents, and file bundles.

| Tool                                                                                         | Description                                                     |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| `assets_list` / `asset_get_by_id`                                                            | Discover and inspect assets                                     |
| `asset_update`                                                                               | Update identifier, description, privacy, status, or vanity slug |
| `asset_delete`                                                                               | Permanently delete an asset                                     |
| `asset_stats_get` / `asset_visitors_list`                                                    | Per-day visit counts and identified viewers (owner-only)        |
| `asset_share_create` / `asset_shares_list` / `asset_share_revoke`                            | Create, list, and revoke email-verified share links             |
| `asset_share_add_recipients` / `asset_share_remove_recipients`                               | Manage a share link's allowed emails                            |
| `asset_share_add_domains` / `asset_share_remove_domains`                                     | Manage a share link's allowed domains                           |
| `asset_versions_list` / `asset_version_restore` / `asset_version_delete`                     | Version history, rollback, and snapshot cleanup                 |
| `asset_access_requests_list` / `asset_access_request_grant` / `asset_access_request_dismiss` | Review and decide viewer access requests                        |
| `asset_generate_access_token` / `asset_refresh_access_token`                                 | Mint or rotate the per-user token used to upload asset files    |

## Resources

| Tool                                                                      | Description                                            |
| ------------------------------------------------------------------------- | ------------------------------------------------------ |
| `create_resource` / `get_resource` / `list_resources` / `delete_resource` | Manage knowledge-base [Resources](/concepts/resources) |
| `search_resources`                                                        | Semantic search across resource content                |
| `check_resource_drift`                                                    | Detect where a resource has drifted from the Library   |
| `link_entities_to_resource`                                               | Link Library entities to a resource                    |

## Research & enrichment

| Tool                                                        | Description                                           |
| ----------------------------------------------------------- | ----------------------------------------------------- |
| `find_person` / `find_company`                              | Look up a person or company across data providers     |
| `find_similar_people` / `find_similar_companies`            | Lookalike discovery                                   |
| `enrich_person` / `enrich_company`                          | Full enrichment profiles                              |
| `qualify_person` / `qualify_company`                        | Score a prospect against your qualification criteria  |
| `resolve_email_from_profile` / `resolve_profile_from_email` | LinkedIn profile ↔ email resolution                   |
| `find_external_context`                                     | Gather external context on a target from the live web |
| `deep_web_research`                                         | Multi-step web research on a topic or account         |
| `scrape_website`                                            | Fetch and parse a specific page                       |
| `get_external_brand_assets` / `get_external_brand_logo`     | Fetch a company's public brand assets                 |

## Content generation

| Tool                 | Description                                            |
| -------------------- | ------------------------------------------------------ |
| `generate_email`     | Generate a personalized outbound email                 |
| `generate_content`   | Generate content (posts, landing pages, one-pagers, …) |
| `generate_call_prep` | Generate a call-prep brief for a meeting               |

## Agents

| Tool                                                                           | Description                             |
| ------------------------------------------------------------------------------ | --------------------------------------- |
| `list_agents` / `get_agent` / `create_agent` / `update_agent` / `delete_agent` | Manage saved [Agents](/concepts/agents) |
| `run_email_agent` / `run_content_agent` / `run_call_prep_agent`                | Run generation agents                   |
| `run_enrich_person_agent` / `run_enrich_company_agent`                         | Run enrichment agents                   |
| `run_qualify_person_agent` / `run_qualify_company_agent`                       | Run qualification agents                |

## CRM

| Tool                                       | Description                                          |
| ------------------------------------------ | ---------------------------------------------------- |
| `find_crm_records` / `find_crm_activities` | Query records and activities from your connected CRM |
| `generate_crm_context`                     | Summarize CRM context for an account or deal         |
| `get_crm_entity_schema`                    | Introspect your CRM's field schema                   |

## Pipeline & deals

| Tool                                              | Description                     |
| ------------------------------------------------- | ------------------------------- |
| `list_pipeline_overview` / `get_pipeline_metrics` | Pipeline totals and metrics     |
| `list_deal_health`                                | Health scores across open deals |
| `get_deal_deep_dive`                              | Full analysis of a single deal  |

## Analytics & learning

| Tool                                                                              | Description                                                           |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| `list_events` / `get_event_detail`                                                | The processed interaction timeline ([analytics](/concepts/analytics)) |
| `list_findings`                                                                   | Structured signals extracted from interactions                        |
| `search_call_transcripts`                                                         | Semantic search across call transcripts                               |
| `get_entity_evidence`                                                             | Transcript evidence backing a Library entity                          |
| `create_suggestion` / `get_suggestion` / `list_suggestions` / `update_suggestion` | Manage Library [Suggestions](/concepts/suggestions)                   |
| `accept_suggestion` / `reject_suggestion`                                         | Decide pending suggestions                                            |
| `list_gtm_reports` / `get_latest_gtm_report` / `get_report_run`                   | Read scheduled GTM reports                                            |

## Workspace

| Tool                                                                                | Description                       |
| ----------------------------------------------------------------------------------- | --------------------------------- |
| `get_workspace_company` / `update_workspace_company` / `generate_workspace_company` | Manage your own company's profile |

## Legacy

The flat Playbook tools (`create_playbook`, `get_playbook`, `list_playbooks`, `update_playbook`, `delete_playbook`) remain available for backward compatibility but are deprecated — [Motions](/concepts/motions) replaced Playbooks as the strategy model.
