Actions Reference

Complete reference for all 12 MCP tools and their 68+ actions.

Every action is called through its tool with an action field selecting the operation. Call initialize first — most tools require team context.


initialize

Bootstrap the session. Always call this first.

ActionDescription
initLoad user context, tenant, teams, core docs

health

ActionDescription
health_checkReturns service health, version, and latency

team

ActionDescription
team_listList all teams in the workspace
team_switchSet the active team by name or ID
team_currentShow the currently active team
Action: team_switch
team_query: "Development"

work_items

ActionDescription
work_item_createCreate a single work item
work_item_bulk_createCreate multiple items in one call
work_item_listList items with filters
work_item_getGet a single item by ID or key
work_item_updateUpdate fields on an item
work_item_deleteDelete an item
work_status_in_progressMove item to in-progress
work_status_doneMove item to done
work_status_backlogMove item to backlog
work_item_add_to_sprintAssign item to a sprint
work_item_remove_from_sprintRemove item from sprint

Item types: epicfeaturestorytask / bug

Action: work_item_create
type: story
title: "Add MCP health check endpoint"
priority: high
sprint_id: "uuid"
parent_id: "feature-uuid"
story_points: 3

docs

ActionDescription
doc_createCreate a document or folder
doc_listList documents
doc_getGet a document with full content
doc_updateUpdate title, content, status
doc_deleteDelete a document
doc_full_treeFull recursive tree
doc_childrenDirect children of a folder
doc_moveMove to new parent
doc_publishPublish a draft
doc_versionCreate a version snapshot
doc_duplicateDuplicate a document
doc_rootsRoot-level documents
doc_recentRecently updated
doc_analyticsView counts and engagement

Document types: folder, page, guide, api_doc


productivity

Personal TODO items — private to the user.

ActionDescription
todo_createCreate a TODO
todo_listList with filters
todo_getGet a single TODO
todo_updateUpdate a TODO
todo_deleteDelete a TODO
todo_completeMark as complete
todo_uncompleteReopen a completed TODO
todo_statsCount by status and category
todo_searchFull-text search
todo_overdueList overdue items
todo_category_listList all categories

intelligence

Semantic memory with pgvector embeddings.

ActionDescription
memory_saveSave a memory with tags and metadata
memory_searchSemantic + keyword search
memory_getGet a memory by ID
memory_deleteDelete a memory
Action: memory_save
title: "SSO domain decision"
content: "We keep SSO on the same domain to avoid CORS and simplify cookie handling."
tags: ["decision", "auth", "sso"]
work_item_id: "story-uuid"

Action: memory_search
query: "SSO authentication approach"
tags: ["decision"]
limit: 10

Natural language queries work best — the query is embedded and matched by cosine similarity.


sprints

ActionDescription
sprint_listList all sprints
sprint_getGet sprint details
sprint_activeGet the current active sprint
sprint_work_itemsList all items in a sprint

boards

ActionDescription
board_listList boards in the active team
board_getGet a board and its columns
board_columnsColumns and their status mappings
board_itemsItems in a specific column

skills

ActionDescription
skill_listList skills
skill_getGet by ID or slug
skill_exportExport a skill's instructions
skill_export_mergedExport with all dependencies merged
skill_installInstall from marketplace
skill_uninstallUninstall
skill_updateUpdate skill content
skill_createCreate a new skill
skill_deleteDelete
skill_publishPublish to marketplace
skill_versionCreate a version snapshot
Action: skill_export_merged
query: "fenix-technical-development"

api_catalog

ActionDescription
api_searchSemantic search over API endpoints
api_getGet a specific endpoint by ID
api_listList endpoints with filters

user_config

ActionDescription
config_listList all config documents
config_getGet a config document
config_createCreate a config document
config_updateUpdate a config document
config_deleteDelete a config document
config_searchSearch config documents