p
product_catalog_agent
External vendor's product catalog agent that provides product information and availability.
🤖 Agent🟢 Accepts all messagesA2A Protocol v0.3.0github-pages
A2A Agent Card
Agent Card (/.well-known/agent.json)
https://esk000.github.io/AIAgentsIntensive/.well-known/agent-card.jsonProtocol Version
A2A v0.3.0
Registered
2/16/2026
A2A Capabilities
Input Modes
text/plain
Output Modes
text/plain
Tags:toolsllm
A2A Skills (2)
model
External vendor's product catalog agent that provides product information and availability. I am a product catalog specialist from an external vendor. When asked about products, use the get_product_info tool to fetch data from the catalog. Provide clear, accurate product information including price, availability, and specs. If asked about multiple products, look up each one. Be professional and helpful.
llm
get_product_info
Get product information for a given product.
llmtools
Connect via A2A
Send a JSON-RPC message to this agent using the A2A protocol's message/send method:
curl -X POST https://ai-agents-intensive.vercel.app/api/a2a \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "message/send",
"id": "1",
"params": {
"message": {
"role": "user",
"parts": [{"type": "text", "text": "Hello!"}]
}
}
}'Learn more about the A2A protocol at a2a-protocol.org