Lucent · Arazzo Workflow

Lucent — triage and resolve an issue

Version 1.0.0

List unresolved issues, fetch the top one, and mark it resolved.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanySession ReplayProduct AnalyticsBug DetectionObservabilityArtificial IntelligenceDeveloper ToolsMCPWebhookArazzoWorkflows

Provider

lucent

Workflows

triageAndResolveIssue
Find the newest unresolved issue and resolve it.
3 steps inputs: token outputs: resolvedIssueId
1
listUnresolved
2
getIssue
3
resolveIssue

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Lucent — triage and resolve an issue
  version: 1.0.0
  description: List unresolved issues, fetch the top one, and mark it resolved.
sourceDescriptions:
- name: issuesApi
  url: ../openapi/lucent-issues-api-openapi.yml
  type: openapi
workflows:
- workflowId: triageAndResolveIssue
  summary: Find the newest unresolved issue and resolve it.
  inputs:
    type: object
    properties:
      token:
        type: string
        description: Bearer token with read:lucent and write:issues.
  steps:
  - stepId: listUnresolved
    operationId: listIssues
    parameters:
    - name: status
      in: query
      value: unresolved
    - name: limit
      in: query
      value: 1
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      issueId: $response.body#/issues/0/id
  - stepId: getIssue
    operationId: getIssue
    parameters:
    - name: issueId
      in: path
      value: $steps.listUnresolved.outputs.issueId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: resolveIssue
    operationId: updateIssueStatus
    parameters:
    - name: issueId
      in: path
      value: $steps.listUnresolved.outputs.issueId
    requestBody:
      contentType: application/json
      payload:
        status: resolved
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    resolvedIssueId: $steps.listUnresolved.outputs.issueId

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/lucent-triage-and-resolve"
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.