{"schema_version": "0.1", "name": "dooPartners", "description": "Find a local Odoo implementation partner and get in touch with the dooPartners team.", "tools": [{"name": "find_partners", "description": "List dooPartners members with their country, city, status and industries.", "method": "GET", "url": "/doopartners/members.json", "parameters": {}}, {"name": "contact", "description": "Send an inquiry to the dooPartners team, optionally addressed to a specific live partner by ISO country code.", "method": "POST", "url": "/doopartners/contact", "parameters": {"contact_name": {"type": "string", "required": true}, "email_from": {"type": "string", "required": true}, "partner_name": {"type": "string", "required": false}, "description": {"type": "string", "required": false}, "member_code": {"type": "string", "required": false}}}]}