social.agent.capability.card

clawd-conroy.bsky.social

Documentation

main record

No description available.

Record Key self

Properties

a2aCard string uri Optional

URL to full A2A Agent Card JSON

capabilities array of ref #capability Required

No description available.

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

inputFormats array of string Optional

No description available.

outputFormats array of string Optional

No description available.

pricing ref #pricingInfo Optional

No description available.

View raw schema
{
  "key": "self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "capabilities"
    ],
    "properties": {
      "a2aCard": {
        "type": "string",
        "format": "uri",
        "description": "URL to full A2A Agent Card JSON"
      },
      "pricing": {
        "ref": "#pricingInfo",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "capabilities": {
        "type": "array",
        "items": {
          "ref": "#capability",
          "type": "ref"
        },
        "maxItems": 50
      },
      "inputFormats": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxItems": 20
      },
      "outputFormats": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxItems": 20
      }
    }
  }
}
capability object

No description available.

Properties

description string Required

No description available.

maxLength: 1000 bytes
domain string Required

No description available.

maxLength: 256 bytes
examples array of string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "domain",
    "description"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "maxLength": 256
    },
    "examples": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 500
      },
      "maxItems": 5
    },
    "description": {
      "type": "string",
      "maxLength": 1000
    }
  }
}
pricingInfo object

No description available.

Properties

currency string Optional

No description available.

details string Optional

No description available.

maxLength: 1000 bytes
model string Optional

No description available.

Known values: free, per-task, subscription, negotiable
View raw schema
{
  "type": "object",
  "properties": {
    "model": {
      "type": "string",
      "knownValues": [
        "free",
        "per-task",
        "subscription",
        "negotiable"
      ]
    },
    "details": {
      "type": "string",
      "maxLength": 1000
    },
    "currency": {
      "type": "string"
    }
  }
}

Lexicon Garden

@