{"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. Management methods for weed control, restoration, and invasive species mitigation. Core UHELP content.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Specific record UUID (optional)"},"limit":{"type":"integer","default":20}},"required":[]}},{"name":"get_biocontrol","description":"Fetch records from the Biocontrol Agents collection. Approved and pipeline biological control agents for Hawaiian invasive species.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Specific record UUID (optional)"},"limit":{"type":"integer","default":20}},"required":[]}},{"name":"get_protocols","description":"Fetch records from the Research Protocols collection. Reproducible field methods, monitoring protocols, and sampling procedures.","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. Workshop materials, presentations, reports, and toolkits. Archive of UHELP extension work.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Specific record UUID (optional)"},"limit":{"type":"integer","default":20}},"required":[]}},{"name":"get_events","description":"Fetch records from the Events collection. Forums, workshops, field days, and training events.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Specific record UUID (optional)"},"limit":{"type":"integer","default":20}},"required":[]}}]}