Atlassian · Arazzo Workflow

Atlassian Confluence Page and Comments

Version 1.0.0

Read a Confluence page and then list the comments attached to it.

1 workflow 1 source API 1 provider
View Spec View on GitHub CodeCollaborationPlatformProductivitySoftware DevelopmentArazzoWorkflows

Provider

atlassian

Workflows

page-and-comments
Read a Confluence page and list its comments.
Confirms a page by id and lists the comments attached to it.
2 steps inputs: authorization, pageId outputs: comments, pageTitle
1
getPage
atlassianGetcontentbyid
Read the page by id to confirm it exists.
2
getComments
atlassianGetcontentcomments
List the comments attached to the page as child content.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Atlassian Confluence Page and Comments
  summary: Read a Confluence page and then list the comments attached to it.
  description: >-
    Reads an existing Confluence page by id to confirm it, then lists the
    comments attached to the page as child content. This is the read pattern for
    reviewing a page and its discussion. Each step inlines its Basic
    authentication header, parameters and documented success criteria.
  version: 1.0.0
sourceDescriptions:
- name: confluenceApi
  url: ../openapi/confluence-openapi-original.yml
  type: openapi
workflows:
- workflowId: page-and-comments
  summary: Read a Confluence page and list its comments.
  description: >-
    Confirms a page by id and lists the comments attached to it.
  inputs:
    type: object
    required:
    - authorization
    - pageId
    properties:
      authorization:
        type: string
        description: HTTP Basic auth header value.
      pageId:
        type: string
        description: The id of the page to read comments for.
  steps:
  - stepId: getPage
    description: Read the page by id to confirm it exists.
    operationId: atlassianGetcontentbyid
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.pageId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      id: $response.body#/id
      title: $response.body#/title
  - stepId: getComments
    description: List the comments attached to the page as child content.
    operationId: atlassianGetcontentcomments
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $steps.getPage.outputs.id
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      comments: $response.body#/results
      size: $response.body#/size
  outputs:
    pageTitle: $steps.getPage.outputs.title
    comments: $steps.getComments.outputs.comments

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/atlassian-page-comments-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.