{"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_treatments","description":"Fetch records from the Treatments collection. Vegetation control methods for weeds, invasive species and restoration — mechanical, chemical, biological and cultural. Authored by UHELP, so this is a resource rather than an ingested dataset.","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_germination","description":"Fetch records from the Germination collection. Nursery and field germination results for native Hawaiian plants, contributed by conservation programs and verified against their source. Gathered by UHELP, so this is a resource rather than an ingested dataset.","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":[]}}]}