Skip to content

Confluence

Docs & notes · 65 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 65 Confluence actions. Each keeps the schema of the real API.

  • confluence.list_pagesread
  • confluence.get_pageread
  • confluence.create_pagewrite
  • confluence.list_filesread
  • confluence.get_fileread
  • confluence.create_filewrite
  • confluence.delete_pagedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list pages", "app": "confluence" }
execute_tool
{ "name": "confluence.list_pages",
  "fields": ["id"] }