Vineyard · Capability

Vineyard Python Client API — Metadata

Vineyard Python Client API — Metadata. 1 operations. Lead operation: Get Object Metadata. Self-contained Naftiko capability covering one Vineyard business surface.

Run with Naftiko VineyardMetadata

What You Can Do

GET
Getobjectmetadata — Get Object Metadata
/v1/objects/{objectid}/metadata

MCP Tools

get-object-metadata

Get Object Metadata

read-only idempotent

Capability Spec

python-client-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vineyard Python Client API — Metadata
  description: 'Vineyard Python Client API — Metadata. 1 operations. Lead operation: Get Object Metadata. Self-contained Naftiko
    capability covering one Vineyard business surface.'
  tags:
  - Vineyard
  - Metadata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VINEYARD_API_KEY: VINEYARD_API_KEY
capability:
  consumes:
  - type: http
    namespace: python-client-metadata
    baseUri: ''
    description: Vineyard Python Client API — Metadata business capability. Self-contained, no shared references.
    resources:
    - name: objects-objectId-metadata
      path: /objects/{objectId}/metadata
      operations:
      - name: getobjectmetadata
        method: GET
        description: Get Object Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The ObjectID to inspect
          required: true
  exposes:
  - type: rest
    namespace: python-client-metadata-rest
    port: 8080
    description: REST adapter for Vineyard Python Client API — Metadata. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/objects/{objectid}/metadata
      name: objects-objectid-metadata
      description: REST surface for objects-objectId-metadata.
      operations:
      - method: GET
        name: getobjectmetadata
        description: Get Object Metadata
        call: python-client-metadata.getobjectmetadata
        with:
          objectId: rest.objectId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: python-client-metadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vineyard Python Client API — Metadata. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-object-metadata
      description: Get Object Metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: python-client-metadata.getobjectmetadata
      with:
        objectId: tools.objectId
      outputParameters:
      - type: object
        mapping: $.