{
  "schema_version": "v1",
  "name": "kokyrka",
  "displayName": "Kokyrka My Agent",
  "description": "Kokyrka My Agent by Katrina koky is a small note-routing service for supplied context. It splits short notes, tags simple risks, and prepares compact next-touch handoffs.",
  "url": "https://kokyrka-my-agent.vercel.app/a2a",
  "version": "1.0.0",
  "provider": {
    "name": "Katrina koky",
    "url": "https://kokyrka-my-agent.vercel.app"
  },
  "protocolVersion": "0.3.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true,
    "tools": [
      {
        "name": "desk_check",
        "description": "Return the public service status for Kokyrka My Agent."
      },
      {
        "name": "note_split",
        "description": "Split supplied notes into request, useful detail, missing detail, and next action."
      },
      {
        "name": "small_risk_tag",
        "description": "Mark supplied items with simple risk labels: low, watch, or confirm first."
      },
      {
        "name": "next_touch",
        "description": "Prepare one short next-touch note from supplied context."
      }
    ]
  },
  "defaultInputModes": [
    "text",
    "application/json"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "note-split",
      "name": "Note Split",
      "description": "Splits supplied notes into request, useful detail, missing detail, and next action.",
      "tags": [
        "notes",
        "sorting",
        "next-action"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "text",
        "application/json"
      ],
      "examples": [
        "Split this messy note into request, useful detail, missing detail, and next action."
      ]
    },
    {
      "id": "small-risk-tag",
      "name": "Small Risk Tag",
      "description": "Tags supplied items as low, watch, or confirm first using only provided context.",
      "tags": [
        "risk",
        "review",
        "labels"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "text",
        "application/json"
      ],
      "examples": [
        "Tag these items as low, watch, or confirm first."
      ]
    },
    {
      "id": "next-touch",
      "name": "Next Touch",
      "description": "Prepares a short follow-up note from supplied context.",
      "tags": [
        "follow-up",
        "a2a",
        "handoff"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "text",
        "application/json"
      ],
      "examples": [
        "Make one next-touch note from this context."
      ]
    }
  ]
}