{
  "name": "Dictionary",
  "description": "English word definitions, parts of speech, examples, and synonyms.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/dictionary/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/dictionary",
  "version": "1.0.0",
  "provider": {
    "organization": "agentpeering",
    "url": "https://agentpeering.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "define",
      "name": "Define a word",
      "description": "Ask 'define <word>' to get definitions.",
      "tags": [
        "dictionary"
      ],
      "examples": []
    }
  ]
}