Atlassian · Capability

Atlassian rest/api/3/statuses/ — Status

Atlassian rest/api/3/statuses/ — Status. 1 operations. Lead operation: Atlassian Search Statuses Paginated. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianStatus

What You Can Do

GET
Atlassiansearch — Atlassian Search Statuses Paginated
/v1/api/3/statuses/search

MCP Tools

atlassian-search-statuses-paginated

Atlassian Search Statuses Paginated

read-only idempotent

Capability Spec

rest-api-3-statuses--status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/statuses/ — Status
  description: 'Atlassian rest/api/3/statuses/ — Status. 1 operations. Lead operation: Atlassian Search Statuses Paginated.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-api-3-statuses--status
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/statuses/ — Status business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-statuses-search
      path: /rest/api/3/statuses/search
      operations:
      - name: atlassiansearch
        method: GET
        description: Atlassian Search Statuses Paginated
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: string
          description: 'Use [expand](#expansion) to include additional information in the response. This parameter accepts
            a comma-separated list. Expand options include:'
        - name: projectId
          in: query
          type: string
          description: The project the status is part of or null for global statuses.
        - name: startAt
          in: query
          type: integer
          description: The index of the first item to return in a page of results (page offset).
        - name: maxResults
          in: query
          type: integer
          description: The maximum number of items to return per page.
        - name: searchString
          in: query
          type: string
          description: Term to match status names against or null to search for all statuses in the search scope.
        - name: statusCategory
          in: query
          type: string
          description: 'Category of the status to filter by. The supported values are: `TODO`, `IN_PROGRESS`, and `DONE`.'
  exposes:
  - type: rest
    namespace: rest-api-3-statuses--status-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/statuses/ — Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/3/statuses/search
      name: rest-api-3-statuses-search
      description: REST surface for rest-api-3-statuses-search.
      operations:
      - method: GET
        name: atlassiansearch
        description: Atlassian Search Statuses Paginated
        call: rest-api-3-statuses--status.atlassiansearch
        with:
          expand: rest.expand
          projectId: rest.projectId
          startAt: rest.startAt
          maxResults: rest.maxResults
          searchString: rest.searchString
          statusCategory: rest.statusCategory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-statuses--status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/statuses/ — Status. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: atlassian-search-statuses-paginated
      description: Atlassian Search Statuses Paginated
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-statuses--status.atlassiansearch
      with:
        expand: tools.expand
        projectId: tools.projectId
        startAt: tools.startAt
        maxResults: tools.maxResults
        searchString: tools.searchString
        statusCategory: tools.statusCategory
      outputParameters:
      - type: object
        mapping: $.