Check a pasted A2A agent card
validate_agent_cardValidates a pasted /.well-known/agent-card.json against the nine fields A2A marks required and each skill's id/name/description/tags, and warns on capabilities declared true that a reader will then try. Example: json='{"name":"a"}' returns the eight missing fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | The agent card JSON itself, not a URL. |