{
  "name": "OrchestraDB Assistant",
  "description": "Helps users discover, search, and manage orchestral sample library instruments and collections.",
  "url": "https://orchestradb.app/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "orchestradb.app"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Read-only public skills require no auth."
    }
  },
  "security": [
    {
      "none": []
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-catalog",
      "name": "Search orchestral sample library catalog",
      "description": "Search and filter thousands of orchestral sample library instruments by publisher, section, articulation, and more.",
      "tags": ["catalog", "search", "orchestral", "sample-library"],
      "examples": [
        "Find all Spitfire Audio strings libraries",
        "What free orchestral libraries are available?",
        "Show libraries with full articulations"
      ]
    },
    {
      "id": "get-pricing",
      "name": "Get subscription pricing",
      "description": "Returns current pricing for Free, Pro, and Pro+ tiers.",
      "tags": ["pricing", "subscription", "tiers"],
      "examples": [
        "What does Pro cost?",
        "What features are included in the free tier?"
      ]
    },
    {
      "id": "get-info",
      "name": "Get product information",
      "description": "Returns information about OrchestraDB features, tools, and capabilities.",
      "tags": ["info", "features", "tools"],
      "examples": [
        "What is OrchestraDB?",
        "What MIDI tools are available?"
      ]
    }
  ]
}
