{"tools":[{"name":"node_info","description":"Return the manifest describing this node.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"search","description":"Hybrid keyword + vector search across all federated collections.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"},"collections":{"type":"array","items":{"type":"string"}},"limit":{"type":"integer","default":10}},"required":["query"]}},{"name":"get_species","description":"Fetch records from the Species collection. Species records relevant to Hawaiian ecosystem restoration. Includes invasives, natives, and polynesian introductions.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Specific record UUID (optional)"},"limit":{"type":"integer","default":20}},"required":[]}},{"name":"get_resources","description":"Fetch records from the Resources collection. Everything UHELP publishes: pages, documents, links and datasets. Biocontrol and events are subcategories here, not separate archives.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Specific record UUID (optional)"},"limit":{"type":"integer","default":20}},"required":[]}},{"name":"get_team","description":"Fetch records from the Team collection. Staff and program leads, with their roles, affiliations and the programs they work on.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Specific record UUID (optional)"},"limit":{"type":"integer","default":20}},"required":[]}}]}