{
	"name": "Climatech Agent",
	"description": "Specialized HVAC assistant for Climatech products and services. Provides technical information about heating, ventilation, and air conditioning accessories including specifications, compatibility, and applications. Uses vector search for accurate product data, displays product information, and provides contact details when needed. Communicates professionally in French, adapting technical language to user expertise level.",
	"url": "https://mcp-server-production-7216.up.railway.app/a2a/climatechAgent",
	"provider": {
		"organization": "Mastra",
		"url": "https://mastra.ai"
	},
	"version": "1.0",
	"capabilities": {
		"streaming": true,
		"pushNotifications": false,
		"stateTransitionHistory": false
	},
	"defaultInputModes": ["text"],
	"defaultOutputModes": ["text"],
	"skills": [
		{
			"id": "vectorQueryTool",
			"name": "vectorQueryTool",
			"description": "Access the knowledge base to find information needed to answer user questions.",
			"tags": ["tool"]
		},
		{
			"id": "displayProductTool",
			"name": "displayProductTool",
			"description": "Use this when you want to display 1 or more products to the user.",
			"tags": ["tool"]
		},
		{
			"id": "displayContactTool",
			"name": "displayContactTool",
			"description": "Use this when you want to display the contact information to the user.",
			"tags": ["tool"]
		}
	]
}
