Clawvisor · Arazzo Workflow

Clawvisor — approve-scope-and-triage

Version 1.0.0

Declare a read-scoped task, wait for the user to approve it, list and read messages through the gateway under scope, then complete the task. Every operationId is verified against openapi/clawvisor-gateway-openapi.yml.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub AI AgentsAuthorizationSecurityIdentityAccess ControlMCPCredential ManagementGovernanceDeveloper ToolsArazzoWorkflows

Provider

clawvisor

Workflows

approveScopeAndTriage
Declare a task, get approval, read messages under scope, complete.
5 steps inputs: service outputs: taskId
1
catalog
2
declareTask
3
awaitApproval
4
listMessages
5
complete

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Clawvisor — approve-scope-and-triage
  version: 1.0.0
  description: >-
    Declare a read-scoped task, wait for the user to approve it, list and read
    messages through the gateway under scope, then complete the task. Every
    operationId is verified against openapi/clawvisor-gateway-openapi.yml.
sourceDescriptions:
- name: catalogApi
  url: ../openapi/clawvisor-catalog-api-openapi.yml
  type: openapi
- name: gatewayApi
  url: ../openapi/clawvisor-gateway-api-openapi.yml
  type: openapi
- name: tasksApi
  url: ../openapi/clawvisor-tasks-api-openapi.yml
  type: openapi
workflows:
- workflowId: approveScopeAndTriage
  summary: Declare a task, get approval, read messages under scope, complete.
  inputs:
    type: object
    properties:
      service: {type: string, default: google.gmail}
  steps:
  - stepId: catalog
    operationId: fetchCatalog
    successCriteria:
    - condition: $statusCode == 200
  - stepId: declareTask
    operationId: createTask
    requestBody:
      contentType: application/json
      payload:
        purpose: Triage the inbox — list and read recent messages. Read only.
        authorized_actions:
        - service: $inputs.service
          action: list_messages
          auto_execute: true
          expected_use: List recent messages to build a triage summary.
        - service: $inputs.service
          action: get_message
          auto_execute: true
          expected_use: Read message bodies surfaced by list_messages.
        expires_in_seconds: 1800
    outputs:
      taskId: $response.body#/id
  - stepId: awaitApproval
    operationId: getTask
    parameters:
    - name: id
      in: path
      value: $steps.declareTask.outputs.taskId
    - name: wait
      in: query
      value: true
    successCriteria:
    - condition: $response.body#/status == "active"
  - stepId: listMessages
    operationId: gatewayRequest
    requestBody:
      contentType: application/json
      payload:
        service: $inputs.service
        action: list_messages
        params: {max_results: 10, query: "is:unread"}
        reason: Checking for unread messages to triage.
        request_id: req-list-001
        task_id: $steps.declareTask.outputs.taskId
    successCriteria:
    - condition: $response.body#/status == "executed"
  - stepId: complete
    operationId: completeTask
    parameters:
    - name: id
      in: path
      value: $steps.declareTask.outputs.taskId
  outputs:
    taskId: $steps.declareTask.outputs.taskId

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/clawvisor-triage-inbox"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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