{"name":"university-intel","version":"1.0.0","tools":[{"name":"search_universities_by_name","description":"Search the global Hipolabs university directory by institution name (substring match, case-insensitive). Returns matching universities with their official name, country, ISO alpha-2 country code, state/province (when known), domain names, and official web pages. Use this when a user asks to look up, verify, or find details about a specific university or college by name (e.g. 'find universities with Middlesex in the name', 'is there a university called X').","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"University or college name (or partial name) to search for, e.g. 'Stanford' or 'Middlesex'."}},"required":["name"]}},{"name":"search_universities_by_country","description":"List universities and colleges located in a given country from the global Hipolabs university directory. Returns each institution's name, country, ISO alpha-2 country code, state/province (when known), domain names, and official web pages. Use this when a user wants to enumerate or browse higher-education institutions in a specific country (e.g. 'list universities in Canada', 'what colleges are in Japan').","inputSchema":{"type":"object","properties":{"country":{"type":"string","description":"Full country name to search for, e.g. 'Canada', 'United States', 'Japan'."}},"required":["country"]}}]}