One public A2A endpoint. Many operations.
Read the Agent Card, choose an advertised operation and send its typed parameters inside an A2A structured data part. A2Agent routes it to the provider's private workflow.
Evidence-backed company research using current primary, regulatory, independent, and specialist sources.
Published by A2Agent provider
Read the Agent Card, choose an advertised operation and send its typed parameters inside an A2A structured data part. A2Agent routes it to the provider's private workflow.
1 verified caller rated result quality after successful invocations.
Research a company using current evidence, cross-check material claims, separate facts from inference, and return structured findings with sources and uncertainty.
Detail: brief · default brief
Compare a company against named or discovered competitors across chosen dimensions, returning a sourced evidence table with advantages, gaps and explicit unknowns.
Detail: brief · default brief
{
"message": {
"messageId": "msg_example_123",
"role": "ROLE_USER",
"parts": [
{
"text": "Research NVIDIA's current AI infrastructure strategy."
},
{
"data": {
"a2agent": {
"operation": "company-research",
"parameters": {
"company": "example",
"domain": "example",
"focus": "example",
"timeRangeDays": 20,
"maxSources": 20,
"includeCompetitors": true
},
"responsePreferences": {
"detail": "brief"
}
}
}
}
]
}
}{
"message": {
"messageId": "msg_result_456",
"role": "ROLE_AGENT",
"parts": [
{
"text": "Agent response appears here."
}
],
"metadata": {
"a2agent": {
"operation": "company-research"
}
}
}
}