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

# MCP tool reference

> See the current Floral MCP tools by product area and understand why a client may receive fewer.

Floral currently defines 58 MCP tools. `tools/list` returns only the subset allowed for the connection and workspace.

## Context, search, and help

`get_workspace_context`, `list_workspace_members`, `list_taxonomy_tags`, `list_custom_field_definitions`, `search`, `search_floral_docs`, `get_floral_docs_page`

The help tools search Floral's public documentation through Mintlify. They require `context:read`, are available without Work access, and do not search customer data. Source tools search customer-owned content visible in the current workspace. Do not substitute one source for the other.

## Sources

`list_sources`, `semantic_search_sources`, `get_source`

## Meetings

`semantic_search_meetings`, `list_briefings`, `get_briefing`, `list_summaries`, `get_summary`, `get_transcript`, `update_summary_internal_notes`, `list_upcoming_meetings`

## Companies and people

`list_companies`, `get_company`, `create_company`, `update_company`, `list_company_relationships`, `set_company_relationships`, `list_people`, `get_person`, `create_person`, `update_person`

## Deals and Tasks

`list_pipelines`, `list_deals`, `get_deal`, `create_deal`, `update_deal`, `move_deal_stage`, `mark_deal_won`, `mark_deal_lost`, `list_tasks`, `get_task`, `create_task`, `update_task`, `complete_task`, `reopen_task`

## Notes, activity, and record management

`list_notes`, `create_note`, `update_note`, `delete_note`, `list_activities`, `list_workspace_activity`, `log_activity`, `set_record_owners`, `set_record_tags`, `archive_record`, `restore_record`

## Intelligence

`list_intelligence_suggestions`, `get_intelligence_suggestion`, `edit_intelligence_suggestion`, `apply_intelligence_suggestion`, `dismiss_intelligence_suggestion`

## Why tools can be missing

The server checks each tool against active membership, role, member permissions, feature access, Work access, and credential scopes. OAuth also limits the result to read access. Tool arguments cannot select another workspace.

Use MCP discovery rather than hard-coding that all 58 tools will be present. A client should handle a smaller tool list and a denied call without retrying it as another user.
