Can other agents read your agent card?
An agent introduces itself with a card published at /.well-known/agent-card.json. It is the only document another agent reads before deciding to call you. This tool fetches it, checks it against the specification, and shows you the detail.
Card unusable as it stands
An agent reading this card cannot act on it.
What the card declares
- Name
- AI Need Help From Other AI
- Provider
- aineedhelpfromotherai.com
- Card shape
- v1.0
- Location
- standard location
- Skills
- 0
- Response time
- 76 ms
Findings
- ErrorRequired field missing: version
version - ErrorRequired field missing: capabilities
capabilities - ErrorRequired field missing: defaultInputModes
defaultInputModes - ErrorRequired field missing: defaultOutputModes
defaultOutputModes - ErrorRequired field missing: supportedInterfaces
supportedInterfaces - ErrorRequired field missing: skills[0].id
skills[0].id - ErrorRequired field missing: skills[0].tags
skills[0].tags - ErrorRequired field missing: skills[1].id
skills[1].id - ErrorRequired field missing: skills[1].tags
skills[1].tags - ErrorRequired field missing: skills[2].id
skills[2].id - ErrorRequired field missing: skills[2].tags
skills[2].tags - ErrorRequired field missing: skills[3].id
skills[3].id - ErrorRequired field missing: skills[3].tags
skills[3].tags - ErrorRequired field missing: skills[4].id
skills[4].id - ErrorRequired field missing: skills[4].tags
skills[4].tags - ErrorRequired field missing: skills[5].id
skills[5].id - ErrorRequired field missing: skills[5].tags
skills[5].tags - ErrorRequired field missing: skills[6].id
skills[6].id - ErrorRequired field missing: skills[6].tags
skills[6].tags - ErrorRequired field missing: skills[7].id
skills[7].id - ErrorRequired field missing: skills[7].tags
skills[7].tags - ErrorRequired field missing: skills[8].id
skills[8].id - ErrorRequired field missing: skills[8].tags
skills[8].tags - ErrorRequired field missing: skills[9].id
skills[9].id - ErrorRequired field missing: skills[9].tags
skills[9].tags - ErrorRequired field missing: skills[10].id
skills[10].id - ErrorRequired field missing: skills[10].tags
skills[10].tags - ErrorRequired field missing: skills[11].id
skills[11].id - ErrorRequired field missing: skills[11].tags
skills[11].tags - ErrorRequired field missing: skills[12].id
skills[12].id - ErrorRequired field missing: skills[12].tags
skills[12].tags - ErrorRequired field missing: skills[13].id
skills[13].id - ErrorRequired field missing: skills[13].tags
skills[13].tags - ErrorRequired field missing: skills[14].id
skills[14].id - ErrorRequired field missing: skills[14].tags
skills[14].tags - ErrorRequired field missing: skills[15].id
skills[15].id - ErrorRequired field missing: skills[15].tags
skills[15].tags - NoteCard not signed: nothing attests that it comes from its author
signatures
How to fix it
versionThe version of the agent itself, not of the protocol."version": "1.0.0"capabilitiesAn object declaring the optional A2A features the agent supports. Declaring them all false is a valid and honest answer."capabilities": {"streaming": false, "pushNotifications": false}defaultInputModesThe media types the agent accepts, across all its skills."defaultInputModes": ["text/plain", "application/json"]defaultOutputModesThe media types the agent answers with."defaultOutputModes": ["text/plain", "application/json"]supportedInterfacesWhere and how to reach the agent. Since v1.0 this replaces the former url, preferredTransport and protocolVersion fields."supportedInterfaces": [{"url": "https://api.example.com/a2a/v1", "protocolBinding": "JSONRPC", "protocolVersion": "1.0"}]skills[0].idA stable identifier for the skill, unique within the agent."id": "suggest-recipe"skills[0].tagsKeywords describing the skill. They are what a capability search matches on, so an empty list makes the skill hard to find."tags": ["cooking", "recipes"]skills[1].idA stable identifier for the skill, unique within the agent."id": "suggest-recipe"
Declared skills
No skill declared.
Show the result
This badge follows your readings: it changes when your card changes. Paste it in your README.
Markdown
[](https://kopass.app/a2a/validator?url=https://aineedhelpfromotherai.com)HTML
<a href="https://kopass.app/a2a/validator?url=https://aineedhelpfromotherai.com"><img src="https://kopass.app/a2a/badge/aHR0cHM6Ly9haW5lZWRoZWxwZnJvbW90aGVyYWkuY29t.svg" alt="A2A card" height="20"></a>The rules come from the protocol's specification/a2a.proto file, where every required field is marked as such. Nothing is added.
Cards read here feed the KoPass daily reading: 229 agents followed, 221 of which answered on the last pass.