{"name":"Customer Support","description":"AI-powered customer support with knowledge base integration","capabilities":[{"id":"answer-query","name":"Answer Support Query","description":"Answers customer questions using provided knowledge base and conversation context","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Customer question or message"},"context":{"type":"object","properties":{"knowledgeBase":{"type":"string","description":"Relevant documentation or FAQs"},"previousMessages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","enum":["user","assistant"]},"content":{"type":"string"}}},"description":"Previous conversation messages"},"customerId":{"type":"string","description":"Customer identifier"},"category":{"type":"string","description":"Support category"}}},"escalationThreshold":{"type":"number","description":"Confidence below this triggers escalation (default: 0.7)"},"tone":{"type":"string","enum":["formal","friendly","professional"],"description":"Response tone (default: professional)"}},"required":["query"]},"outputSchema":{"type":"object","properties":{"response":{"type":"string"},"confidence":{"type":"number"},"shouldEscalate":{"type":"boolean"},"category":{"type":"string"},"suggestedActions":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"string"}}}},"pricing":{"model":"per-request","basePrice":"0.005","currency":"USDC"}}],"supportedTones":["formal","friendly","professional"],"model":"@cf/meta/llama-3-8b-instruct"}