AACFlow

Confluence

Взаимодействие с Confluence

Confluence — это мощная платформа Atlassian для совместной работы команд и управления знаниями. Она служит централизованной рабочей областью, где команды могут создавать, организовывать и делиться информацией между отделами и организациями.

С помощью Confluence вы можете:

  • Создавать структурированную документацию: Создавайте комплексные вики, планы проектов и базы знаний с богатым форматированием
  • Совместно работать в реальном времени: Работайте вместе над документами с коллегами, с комментариями, упоминаниями и возможностями редактирования
  • Организовывать информацию иерархически: Структурируйте контент с помощью пространств, страниц и вложенных иерархий для интуитивной навигации
  • Интегрировать с другими инструментами: Подключайтесь к Jira, Trello и другим продуктам Atlassian для бесшовной интеграции рабочих процессов
  • Контролировать права доступа: Управляйте тем, кто может просматривать, редактировать или комментировать определенный контент

В AACFlow интеграция с Confluence позволяет вашим агентам получать доступ к базе знаний вашей организации и использовать её. Агенты могут извлекать информацию со страниц Confluence, искать определенный контент и даже обновлять документацию при необходимости. Это позволяет вашим рабочим процессам включать коллективные знания, хранящиеся в вашем экземпляре Confluence, что делает возможным создание агентов, которые могут ссылаться на внутреннюю документацию, следовать установленным процедурам и поддерживать актуальные информационные ресурсы в рамках своей работы.

Инструкции по использованию

Интегрируйте Confluence в рабочий процесс. Может читать, создавать, обновлять, удалять страницы, управлять комментариями, вложениями, метками и искать контент.

Инструменты

confluence_retrieve

Получить контент со страниц Confluence с помощью Confluence API.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
pageIdstringДаID страницы Confluence для получения \(числовой ID из URL страницы или API\)
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringМетка времени ISO 8601 операции
pageIdstringID страницы Confluence
titlestringЗаголовок страницы
contentstringСодержимое страницы с удаленными HTML-тегами
statusstringСтатус страницы \(current, archived, trashed, draft\)
spaceIdstringID пространства, содержащего страницу
parentIdstringID родительской страницы
authorIdstringAccount ID автора страницы
createdAtstringМетка времени ISO 8601 создания страницы
urlstringURL для просмотра страницы в Confluence
bodyobjectСырое содержимое тела страницы в формате хранения
valuestringЗначение контента в указанном формате
representationstringТип представления контента
versionobjectИнформация о версии страницы
numbernumberНомер версии
messagestringСообщение версии
minorEditbooleanЯвляется ли это незначительным редактированием
authorIdstringAccount ID автора версии
createdAtstringМетка времени ISO 8601 создания версии

confluence_update

Обновить страницу Confluence с помощью Confluence API.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
pageIdstringДаID страницы Confluence для обновления \(числовой ID из URL страницы или API\)
titlestringНетНовый заголовок для страницы
contentstringНетНовое содержимое для страницы в формате хранения Confluence
versionnumberНетНомер версии страницы \(требуется для предотвращения конфликтов\)
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringМетка времени обновления
pageIdstringID страницы Confluence
titlestringОбновленный заголовок страницы
statusstringСтатус страницы
spaceIdstringID пространства
bodyobjectСодержимое тела страницы в формате хранения
storageobjectТело в формате хранения \(разметка Confluence\)
valuestringЗначение контента в указанном формате
representationstringТип представления контента
viewobjectТело в формате просмотра \(отрендеренный HTML\)
valuestringЗначение контента в указанном формате
representationstringContent representation type
atlas_doc_formatobjectBody in Atlassian Document Format (ADF)
valuestringThe content value in the specified format
representationstringContent representation type
versionobjectPage version information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
urlstringURL to view the page in Confluence
successbooleanUpdate operation success status

confluence_create_page

Создать новый page in a Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаID пространства Confluence, где будет расположена страница created
titlestringДаTitle of the new page
contentstringДаPage content in Confluence storage format (HTML)
parentIdstringНетParent page ID if creating a child page
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringTimestamp of creation
pageIdstringCreated page ID
titlestringPage title
statusstringPage status
spaceIdstringSpace ID
parentIdstringParent page ID
bodyobjectPage body content
storageobjectBody in storage format (Confluence markup)
valuestringThe content value in the specified format
representationstringContent representation type
viewobjectBody in view format (rendered HTML)
valuestringThe content value in the specified format
representationstringContent representation type
atlas_doc_formatobjectBody in Atlassian Document Format (ADF)
valuestringThe content value in the specified format
representationstringContent representation type
versionobjectPage version information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
urlstringPage URL

confluence_delete_page

Удалить страницу Confluence. По умолчанию moves to trash; use purge=true to permanently delete.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаConfluence page ID to delete
purgebooleanНетIf true, permanently deletes the page instead of moving to trash (default: false)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringTimestamp of deletion
pageIdstringDeleted page ID
deletedbooleanDeletion status

confluence_list_pages_in_space

Список всех pages within a specific Confluence space. Supports постраничная выборка и фильтрация by status.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаThe ID of the Confluence space to list pages from
limitnumberНетMaximum number of pages to return (default: 50, max: 250)
statusstringНетFilter pages by status: current, archived, trashed, or draft
bodyFormatstringНетFormat for page body content: storage, atlas_doc_format, or view. If not specified, body is not included.
cursorstringНетPagination cursor from previous response to get the next page of results
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
pagesarrayМассив pages in the space
idstringUnique page identifier
titlestringPage title
statusstringPage status (e.g., current, archived, trashed, draft)
spaceIdstringID of the space containing the page
parentIdstringID of the parent page (null if top-level)
authorIdstringAccount ID of the page author
createdAtstringISO 8601 timestamp when the page was created
versionobjectPage version information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
bodyobjectPage body content (if bodyFormat was specified)
storageobjectBody in storage format (Confluence markup)
valuestringThe content value in the specified format
representationstringContent representation type
viewobjectBody in view format (rendered HTML)
valuestringThe content value in the specified format
representationstringContent representation type
atlas_doc_formatobjectBody in Atlassian Document Format (ADF)
valuestringThe content value in the specified format
representationstringContent representation type
webUrlstringURL to view the page in Confluence
nextCursorstringCursor for fetching the next page of results

confluence_get_page_children

Получить все child pages of a specific Confluence page. Useful для navigating page hierarchies.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаThe ID of the parent page to get children from
limitnumberНетMaximum number of child pages to return (default: 50, max: 250)
cursorstringНетPagination cursor from previous response to get the next page of results
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
parentIdstringID of the parent page
childrenarrayМассив child pages
idstringChild page ID
titlestringChild page title
statusstringPage status
spaceIdstringSpace ID
childPositionnumberPosition among siblings
webUrlstringURL to view the page
nextCursorstringCursor for fetching the next page of results

confluence_get_page_ancestors

Получить родительские страницы определённой страницы Confluence. Возвращает the full hierarchy from the page up to the root.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаThe ID of the page to get ancestors for
limitnumberНетMaximum number of ancestors to return (default: 25, max: 250)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
pageIdstringID of the page whose ancestors were retrieved
ancestorsarrayМассив ancestor pages, ordered from direct parent to root
idstringAncestor page ID
titlestringAncestor page title
statusstringPage status
spaceIdstringSpace ID
webUrlstringURL to view the page

confluence_list_page_versions

Список всех versions (revision history) of a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаThe ID of the page to get versions for
limitnumberНетMaximum number of versions to return (default: 50, max: 250)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
pageIdstringID of the page
versionsarrayМассив page versions
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
nextCursorstringCursor for fetching the next page of results

confluence_get_page_version

Получить details about a specific version of a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаThe ID of the page
versionNumbernumberДаThe version number to retrieve (e.g., 1, 2, 3)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
pageIdstringID of the page
titlestringPage title at this version
contentstringPage content with HTML tags stripped at this version
versionobjectDetailed version information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
contentTypeModifiedbooleanПроизошла ли content type was modified in this version
collaboratorsarrayList of collaborator account IDs for this version
prevVersionnumberPrevious version number
nextVersionnumberNext version number
bodyobjectRaw page body content in storage format at this version
valuestringThe content value in the specified format
representationstringContent representation type

confluence_list_page_properties

Список всех custom properties (metadata) attached to a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаThe ID of the page to list properties from
limitnumberНетMaximum number of properties to return (default: 50, max: 250)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
pageIdstringID of the page
propertiesarrayМассив content properties
idstringProperty ID
keystringProperty key
valuejsonProperty value (can be any JSON)
versionobjectVersion information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
nextCursorstringCursor for fetching the next page of results

confluence_create_page_property

Создать новый custom property (metadata) on a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаThe ID of the page to add the property to
keystringДаThe key/name for the property
valuejsonДаThe value for the property (can be any JSON value)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
pageIdstringID of the page
propertyIdstringID of the created property
keystringProperty key
valuejsonProperty value
versionobjectVersion information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation

confluence_delete_page_property

Удалить content property from a Confluence page by its property ID.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаThe ID of the page containing the property
propertyIdstringДаThe ID of the property to delete
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
pageIdstringID of the page
propertyIdstringID of the deleted property
deletedbooleanDeletion status

Поиск content across Confluence pages, blog posts, и other content.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
querystringДаSearch query string
limitnumberНетMaximum number of results to return (default: 25)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringTimestamp of search
resultsarrayМассив search results
idstringUnique content identifier
titlestringContent title
typestringContent type (e.g., page, blogpost, attachment, comment)
statusstringContent status (e.g., current)
urlstringURL to view the content in Confluence
excerptstringText excerpt matching the search query
spaceKeystringKey of the space containing the content
spaceobjectSpace information for the content
idstringSpace identifier
keystringSpace key
namestringSpace name
lastModifiedstringISO 8601 timestamp of last modification
entityTypestringEntity type identifier (e.g., content, space)

confluence_search_in_space

Поиск content within a specific Confluence space. Optionally filter by text запрос и content type.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceKeystringДаThe key of the Confluence space to search in (e.g., "ENG", "HR")
querystringНетText search query. Если не предоставлен, returns all content in the space.
contentTypestringНетFilter by content type: page, blogpost, attachment, or comment
limitnumberНетMaximum number of results to return (default: 25, max: 250)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
spaceKeystringThe space key that was searched
totalSizenumberTotal number of matching results
resultsarrayМассив search results
idstringUnique content identifier
titlestringContent title
typestringContent type (e.g., page, blogpost, attachment, comment)
statusstringContent status (e.g., current)
urlstringURL to view the content in Confluence
excerptstringText excerpt matching the search query
spaceKeystringKey of the space containing the content
spaceobjectSpace information for the content
idstringSpace identifier
keystringSpace key
namestringSpace name
lastModifiedstringISO 8601 timestamp of last modification
entityTypestringEntity type identifier (e.g., content, space)

confluence_list_blogposts

Список всех blog posts across all accessible Confluence spaces.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
limitnumberНетMaximum number of blog posts to return (default: 25, max: 250)
statusstringНетFilter by status: current, archived, trashed, or draft
sortstringНетSort order: created-date, -created-date, modified-date, -modified-date, title, -title
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
blogPostsarrayМассив blog posts
idstringBlog post ID
titlestringBlog post title
statusstringBlog post status
spaceIdstringSpace ID
authorIdstringAuthor account ID
createdAtstringCreation timestamp
versionobjectVersion information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
webUrlstringURL to view the blog post
nextCursorstringCursor for fetching the next page of results

confluence_get_blogpost

Получить a specific Confluence blog post от ID, including its content.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
blogPostIdstringДаThe ID of the blog post to retrieve
bodyFormatstringНетFormat for blog post body: storage, atlas_doc_format, or view
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
idstringBlog post ID
titlestringBlog post title
statusstringBlog post status
spaceIdstringSpace ID
authorIdstringAuthor account ID
createdAtstringCreation timestamp
versionobjectVersion information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
bodyobjectBlog post body content in requested format(s)
storageobjectBody in storage format (Confluence markup)
valuestringThe content value in the specified format
representationstringContent representation type
viewobjectBody in view format (rendered HTML)
valuestringThe content value in the specified format
representationstringContent representation type
atlas_doc_formatobjectBody in Atlassian Document Format (ADF)
valuestringThe content value in the specified format
representationstringContent representation type
webUrlstringURL to view the blog post

confluence_create_blogpost

Создать новый blog post in a Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаThe ID of the space to create the blog post in
titlestringДаTitle of the blog post
contentstringДаBlog post content in Confluence storage format (HTML)
statusstringНетBlog post status: current (default) or draft
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
idstringCreated blog post ID
titlestringBlog post title
statusstringBlog post status
spaceIdstringSpace ID
authorIdstringAuthor account ID
bodyobjectBlog post body content
storageobjectBody in storage format (Confluence markup)
valuestringThe content value in the specified format
representationstringContent representation type
viewobjectBody in view format (rendered HTML)
valuestringThe content value in the specified format
representationstringContent representation type
atlas_doc_formatobjectBody in Atlassian Document Format (ADF)
valuestringThe content value in the specified format
representationstringContent representation type
versionobjectBlog post version information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
webUrlstringURL to view the blog post

confluence_list_blogposts_in_space

Список всех blog posts within a specific Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаThe ID of the Confluence space to list blog posts from
limitnumberНетMaximum number of blog posts to return (default: 25, max: 250)
statusstringНетFilter by status: current, archived, trashed, or draft
bodyFormatstringНетFormat for blog post body: storage, atlas_doc_format, or view
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
blogPostsarrayМассив blog posts in the space
idstringBlog post ID
titlestringBlog post title
statusstringBlog post status
spaceIdstringSpace ID
authorIdstringAuthor account ID
createdAtstringCreation timestamp
versionobjectVersion information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
bodyobjectBlog post body content
storageobjectBody in storage format (Confluence markup)
valuestringThe content value in the specified format
representationstringContent representation type
viewobjectBody in view format (rendered HTML)
valuestringThe content value in the specified format
representationstringContent representation type
atlas_doc_formatobjectBody in Atlassian Document Format (ADF)
valuestringThe content value in the specified format
representationstringContent representation type
webUrlstringURL to view the blog post
nextCursorstringCursor for fetching the next page of results

confluence_create_comment

Добавить комментарий to a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаConfluence page ID to comment on
commentstringДаComment text in Confluence storage format
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringTimestamp of creation
commentIdstringCreated comment ID
pageIdstringPage ID

confluence_list_comments

Список всех comments on a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаConfluence page ID to list comments from
limitnumberНетMaximum number of comments to return (default: 25)
bodyFormatstringНетFormat for the comment body: storage, atlas_doc_format, view, or export_view (default: storage)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
commentsarrayМассив Confluence comments
idstringUnique comment identifier
statusstringComment status (e.g., current)
titlestringComment title
pageIdstringID of the page the comment belongs to
blogPostIdstringID of the blog post the comment belongs to
parentCommentIdstringID of the parent comment
bodyobjectComment body content
valuestringComment body content
representationstringContent representation format (e.g., storage, view)
createdAtstringISO 8601 timestamp when the comment was created
authorIdstringAccount ID of the comment author
versionobjectComment version information
numbernumberVersion number
messagestringVersion message
minorEditbooleanПроизошла ли эта is a minor edit
authorIdstringAccount ID of the version author
createdAtstringISO 8601 timestamp of version creation
nextCursorstringCursor for fetching the next page of results

confluence_update_comment

Обновитьn existing comment on a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
commentIdstringДаConfluence comment ID to update
commentstringДаUpdated comment text in Confluence storage format
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringTimestamp of update
commentIdstringUpdated comment ID
updatedbooleanUpdate status

confluence_delete_comment

Удалить comment from a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
commentIdstringДаConfluence comment ID to delete
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringTimestamp of deletion
commentIdstringDeleted comment ID
deletedbooleanDeletion status

confluence_upload_attachment

Загрузить a file as an attachment to a Confluence page.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
pageIdstringДаID страницы Confluence для получения вложений
limitnumberНетМаксимальное количество возвращаемых вложений \(по умолчанию: 50, максимум: 250\)
cursorstringНетКурсор пагинации из предыдущего ответа
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringISO 8601 метка времени операции
attachmentsarrayМассив вложений Confluence
idstringУникальный идентификатор вложения \(с префиксом "att"\)
titlestringИмя файла вложения
statusstringСтатус вложения \(например, current, archived, trashed\)
mediaTypestringMIME-тип вложения
fileSizenumberРазмер файла в байтах
downloadUrlstringURL для загрузки вложения
webuiUrlstringURL для просмотра вложения в интерфейсе Confluence
pageIdstringID страницы, к которой принадлежит вложение
blogPostIdstringID записи блога, к которой принадлежит вложение
commentstringКомментарий/описание вложения
versionobjectИнформация о версии вложения
numbernumberНомер версии
messagestringСообщение версии
minorEditbooleanЯвляется ли это незначительным редактированием
authorIdstringAccount ID автора версии
createdAtstringISO 8601 метка времени создания версии
nextCursorstringКурсор для получения следующей страницы результатов

confluence_delete_attachment

Удалить вложение со страницы Confluence (перемещает в корзину).

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
attachmentIdstringДаID вложения Confluence для удаления
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringМетка времени удаления
attachmentIdstringID удаленного вложения
deletedbooleanСтатус удаления

confluence_list_labels

Получить список всех меток на странице Confluence.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
pageIdstringДаID страницы Confluence для получения меток
limitnumberНетМаксимальное количество возвращаемых меток \(по умолчанию: 25, максимум: 250\)
cursorstringНетКурсор пагинации из предыдущего ответа
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringМетка времени получения
labelsarrayМассив меток на странице
idstringУникальный идентификатор метки
namestringИмя метки
prefixstringПрефикс/тип метки \(например, global, my, team\)
nextCursorstringКурсор для получения следующей страницы результатов

confluence_add_label

Добавить метку на страницу Confluence для организации и категоризации.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
pageIdstringДаID страницы Confluence для добавления метки
labelNamestringДаИмя добавляемой метки
prefixstringНетПрефикс метки: global \(по умолчанию\), my, team или system
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringISO 8601 метка времени операции
pageIdstringID страницы, на которую была добавлена метка
labelNamestringИмя добавленной метки
labelIdstringID добавленной метки

confluence_delete_label

Удалить метку со страницы Confluence.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
pageIdstringДаID страницы Confluence для удаления метки
labelNamestringДаИмя удаляемой метки
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringISO 8601 метка времени операции
pageIdstringID страницы, с которой была удалена метка
labelNamestringИмя удаленной метки
deletedbooleanСтатус удаления

confluence_get_pages_by_label

Получить все страницы, к которым применена определенная метка.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
labelIdstringДаID метки для получения страниц
limitnumberНетМаксимальное количество возвращаемых страниц \(по умолчанию: 50, максимум: 250\)
cursorstringНетКурсор пагинации из предыдущего ответа
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringISO 8601 метка времени операции
labelIdstringID метки
pagesarrayМассив страниц с этой меткой
idstringУникальный идентификатор страницы
titlestringЗаголовок страницы
statusstringСтатус страницы \(например, current, archived, trashed, draft\)
spaceIdstringID пространства, содержащего страницу
parentIdstringID родительской страницы \(null, если верхнего уровня\)
authorIdstringAccount ID автора страницы
createdAtstringISO 8601 метка времени создания страницы
versionobjectИнформация о версии страницы
numbernumberНомер версии
messagestringСообщение версии
minorEditbooleanЯвляется ли это незначительным редактированием
authorIdstringAccount ID автора версии
createdAtstringISO 8601 метка времени создания версии
nextCursorstringКурсор для получения следующей страницы результатов

confluence_list_space_labels

Получить список всех меток, связанных с пространством Confluence.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
spaceIdstringДаID пространства Confluence для получения меток
limitnumberНетМаксимальное количество возвращаемых меток \(по умолчанию: 25, максимум: 250\)
cursorstringНетКурсор пагинации из предыдущего ответа
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные параметры

ПараметрТипОписание
tsstringISO 8601 метка времени операции
spaceIdstringID пространства
labelsarrayМассив меток в пространстве
idstringУникальный идентификатор метки
namestringИмя метки
prefixstringПрефикс/тип метки \(например, global, my, team\)
nextCursorstringКурсор для получения следующей страницы результатов

confluence_get_space

Получить детали о конкретном пространстве Confluence.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаConfluence space ID to retrieve
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
spaceIdstringSpace ID
namestringSpace name
keystringSpace key
typestringSpace type (global, personal)
statusstringSpace status (current, archived)
urlstringURL to view the space in Confluence
authorIdstringAccount ID of the space creator
createdAtstringISO 8601 timestamp when the space was created
homepageIdstringID of the space homepage
descriptionobjectSpace description content
valuestringDescription text content
representationstringContent representation format (e.g., plain, view, storage)

confluence_create_space

Создать новое пространство Confluence.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Confluence \(например, yourcompany.atlassian.net\)
namestringДаИмя нового пространства
keystringДаУникальный ключ пространства \(заглавные буквы, без пробелов\)
descriptionstringНетОписание нового пространства
cloudIdstringНетCloud ID экземпляра Confluence. Если не указан, будет получен с использованием домена.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
spaceIdstringCreated space ID
namestringSpace name
keystringSpace key
typestringSpace type
statusstringSpace status
urlstringURL to view the space
homepageIdstringHomepage ID
descriptionobjectSpace description
valuestringDescription text content
representationstringContent representation format (e.g., plain, view, storage)

confluence_update_space

Обновить Confluence space name или description.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаID of the space to update
namestringНетNew name for the space
descriptionstringНетNew description for the space
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
spaceIdstringUpdated space ID
namestringSpace name
keystringSpace key
typestringSpace type
statusstringSpace status
urlstringURL to view the space
descriptionobjectSpace description
valuestringDescription text content
representationstringContent representation format (e.g., plain, view, storage)

confluence_delete_space

Удалить Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаID of the space to delete
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
spaceIdstringDeleted space ID
deletedbooleanDeletion status

confluence_list_spaces

Список всех Confluence spaces accessible to the user.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
limitnumberНетMaximum number of spaces to return (default: 25, max: 250)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
spacesarrayМассив Confluence spaces
idstringUnique space identifier
keystringSpace key (short identifier used in URLs)
namestringSpace name
typestringSpace type (e.g., global, personal)
statusstringSpace status (e.g., current, archived)
authorIdstringAccount ID of the space creator
createdAtstringISO 8601 timestamp when the space was created
homepageIdstringID of the space homepage
descriptionobjectSpace description
valuestringDescription text content
representationstringContent representation format (e.g., plain, view, storage)
nextCursorstringCursor for fetching the next page of results

confluence_list_space_properties

Список properties on a Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаSpace ID to list properties for
limitnumberНетMaximum number of properties to return (default: 50, max: 250)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
propertiesarrayМассив space properties
idstringProperty ID
keystringProperty key
valuejsonProperty value
spaceIdstringSpace ID
nextCursorstringCursor for fetching the next page of results

confluence_create_space_property

Создать a property on a Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаSpace ID to create the property on
keystringДаProperty key/name
valuejsonНетProperty value (JSON)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
propertyIdstringCreated property ID
keystringProperty key
valuejsonProperty value
spaceIdstringSpace ID

confluence_delete_space_property

Удалить property from a Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаSpace ID the property belongs to
propertyIdstringДаProperty ID to delete
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
spaceIdstringSpace ID
propertyIdstringDeleted property ID
deletedbooleanDeletion status

confluence_list_space_permissions

Список permissions для a Confluence space.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
spaceIdstringДаSpace ID to list permissions for
limitnumberНетMaximum number of permissions to return (default: 50, max: 250)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
permissionsarrayМассив space permissions
idstringPermission ID
principalTypestringPrincipal type (user, group, role)
principalIdstringPrincipal ID
operationKeystringOperation key (read, create, delete, etc.)
operationTargetTypestringTarget type (page, blogpost, space, etc.)
anonymousAccessbooleanWhether anonymous access is allowed
unlicensedAccessbooleanWhether unlicensed access is allowed
spaceIdstringSpace ID
nextCursorstringCursor for fetching the next page of results

confluence_get_page_descendants

Получить все descendants of a Confluence page recursively.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringДаPage ID to get descendants for
limitnumberНетMaximum number of descendants to return (default: 50, max: 250)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
descendantsarrayМассив descendant pages
idstringPage ID
titlestringPage title
typestringContent type (page, whiteboard, database, etc.)
statusstringPage status
spaceIdstringSpace ID
parentIdstringParent page ID
childPositionnumberPosition among siblings
depthnumberDepth in the hierarchy
pageIdstringParent page ID
nextCursorstringCursor for fetching the next page of results

confluence_list_tasks

Список inline tasks from Confluence. Optionally filter by page, space, assignee, или status.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringНетFilter tasks by page ID
spaceIdstringНетFilter tasks by space ID
assignedTostringНетFilter tasks by assignee account ID
statusstringНетFilter tasks by status (complete or incomplete)
limitnumberНетMaximum number of tasks to return (default: 50, max: 250)
cursorstringНетPagination cursor from previous response
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
tasksarrayМассив Confluence tasks
idstringTask ID
localIdstringLocal task ID
spaceIdstringSpace ID
pageIdstringPage ID
blogPostIdstringBlog post ID
statusstringTask status (complete or incomplete)
bodystringTask body content in storage format
createdBystringCreator account ID
assignedTostringAssignee account ID
completedBystringCompleter account ID
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
dueAtstringDue date
completedAtstringCompletion timestamp
nextCursorstringCursor for fetching the next page of results

confluence_get_task

Получить a specific Confluence inline task от ID.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
taskIdstringДаThe ID of the task to retrieve
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
idstringTask ID
localIdstringLocal task ID
spaceIdstringSpace ID
pageIdstringPage ID
blogPostIdstringBlog post ID
statusstringTask status (complete or incomplete)
bodystringTask body content in storage format
createdBystringCreator account ID
assignedTostringAssignee account ID
completedBystringCompleter account ID
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
dueAtstringDue date
completedAtstringCompletion timestamp

confluence_update_task

Обновить the status of a Confluence inline task (complete или incomplete).

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
taskIdstringДаThe ID of the task to update
statusstringДаNew status for the task (complete or incomplete)
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
idstringTask ID
localIdstringLocal task ID
spaceIdstringSpace ID
pageIdstringPage ID
blogPostIdstringBlog post ID
statusstringUpdated task status
bodystringTask body content in storage format
createdBystringCreator account ID
assignedTostringAssignee account ID
completedBystringCompleter account ID
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
dueAtstringDue date
completedAtstringCompletion timestamp

confluence_update_blogpost

Обновитьn existing Confluence blog post title and/or content.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
blogPostIdstringДаThe ID of the blog post to update
titlestringНетNew title for the blog post
contentstringНетNew content for the blog post in storage format
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
blogPostIdstringUpdated blog post ID
titlestringBlog post title
statusstringBlog post status
spaceIdstringSpace ID
versionjsonVersion information
urlstringURL to view the blog post

confluence_delete_blogpost

Удалить Confluence blog post.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
blogPostIdstringДаThe ID of the blog post to delete
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
blogPostIdstringDeleted blog post ID
deletedbooleanDeletion status

confluence_get_user

Получить display name и profile info для a Confluence user by account ID.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаYour Confluence domain (e.g., yourcompany.atlassian.net)
accountIdstringДаThe Atlassian account ID of the user to look up
cloudIdstringНетConfluence Cloud ID для экземпляра. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
emailstringEmail address of the user
accountTypestringAccount type (e.g., atlassian, app, customer)
profilePicturestringPath to the user profile picture
publicNamestringPublic name of the user

On this page

Инструкции по использованию
Инструменты
confluence_retrieve
Входные параметры
Выходные параметры
confluence_update
Входные параметры
Выходные параметры
confluence_create_page
Входные параметры
Выходные данные
confluence_delete_page
Входные параметры
Выходные данные
confluence_list_pages_in_space
Входные параметры
Выходные данные
confluence_get_page_children
Входные параметры
Выходные данные
confluence_get_page_ancestors
Входные параметры
Выходные данные
confluence_list_page_versions
Входные параметры
Выходные данные
confluence_get_page_version
Входные параметры
Выходные данные
confluence_list_page_properties
Входные параметры
Выходные данные
confluence_create_page_property
Входные параметры
Выходные данные
confluence_delete_page_property
Входные параметры
Выходные данные
confluence_search
Входные параметры
Выходные данные
confluence_search_in_space
Входные параметры
Выходные данные
confluence_list_blogposts
Входные параметры
Выходные данные
confluence_get_blogpost
Входные параметры
Выходные данные
confluence_create_blogpost
Входные параметры
Выходные данные
confluence_list_blogposts_in_space
Входные параметры
Выходные данные
confluence_create_comment
Входные параметры
Выходные данные
confluence_list_comments
Входные параметры
Выходные данные
confluence_update_comment
Входные параметры
Выходные данные
confluence_delete_comment
Входные параметры
Выходные данные
confluence_upload_attachment
Входные параметры
Выходные параметры
confluence_delete_attachment
Входные параметры
Выходные параметры
confluence_list_labels
Входные параметры
Выходные параметры
confluence_add_label
Входные параметры
Выходные параметры
confluence_delete_label
Входные параметры
Выходные параметры
confluence_get_pages_by_label
Входные параметры
Выходные параметры
confluence_list_space_labels
Входные параметры
Выходные параметры
confluence_get_space
Входные параметры
Выходные данные
confluence_create_space
Входные параметры
Выходные данные
confluence_update_space
Входные параметры
Выходные данные
confluence_delete_space
Входные параметры
Выходные данные
confluence_list_spaces
Входные параметры
Выходные данные
confluence_list_space_properties
Входные параметры
Выходные данные
confluence_create_space_property
Входные параметры
Выходные данные
confluence_delete_space_property
Входные параметры
Выходные данные
confluence_list_space_permissions
Входные параметры
Выходные данные
confluence_get_page_descendants
Входные параметры
Выходные данные
confluence_list_tasks
Входные параметры
Выходные данные
confluence_get_task
Входные параметры
Выходные данные
confluence_update_task
Входные параметры
Выходные данные
confluence_update_blogpost
Входные параметры
Выходные данные
confluence_delete_blogpost
Входные параметры
Выходные данные
confluence_get_user
Входные параметры
Выходные данные
Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать