Shovels · Capability

Shovels API — Lists

Shovels API — Lists. 1 operations. Lead operation: Get All Available Tags. Self-contained Naftiko capability covering one Shovels business surface.

Run with Naftiko ShovelsLists

What You Can Do

GET
Gettags — Get All Available Tags
/v1/tags

MCP Tools

get-all-available-tags

Get All Available Tags

read-only idempotent

Capability Spec

shovels-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shovels API — Lists
  description: 'Shovels API — Lists. 1 operations. Lead operation: Get All Available Tags. Self-contained Naftiko capability
    covering one Shovels business surface.'
  tags:
  - Shovels
  - Lists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOVELS_API_KEY: SHOVELS_API_KEY
capability:
  consumes:
  - type: http
    namespace: shovels-lists
    baseUri: https://api.shovels.ai/v2
    description: Shovels API — Lists business capability. Self-contained, no shared references.
    resources:
    - name: tags
      path: /tags
      operations:
      - name: gettags
        method: GET
        description: Get All Available Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.SHOVELS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: shovels-lists-rest
    port: 8080
    description: REST adapter for Shovels API — Lists. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/tags
      name: tags
      description: REST surface for tags.
      operations:
      - method: GET
        name: gettags
        description: Get All Available Tags
        call: shovels-lists.gettags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shovels-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shovels API — Lists. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-all-available-tags
      description: Get All Available Tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shovels-lists.gettags
      outputParameters:
      - type: object
        mapping: $.