search_gear
ActiveTool of io.github.outdoorithm/outdoorithm
Search the Outdoorithm gear catalog by keyword, category, price range, kit, necessity, or recommendation tier. Returns matching products with prices, verdicts, and purchase links. For campground-specific recommendations, see get_gear_for_campground. Args: query: Text search across product name, manufacturer, keywords, and description kit_name: Filter by kit (e.g., Basics, Camp Kitchen, Hiking, Cold Weather) category_name: Filter by category (e.g., Shelter, Sleeping Gear, Furniture, Electronics) max_price: Maximum price in USD min_price: Minimum price in USD necessity: Filter by level — Essential, Helpful, or Optional recommendation_tier: Filter by tier — Our Pick, Value Pick, or Comfort Pick limit: Max results (1-20, default 10)
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 10
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"kit_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"max_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null
},
"min_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null
},
"necessity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"category_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"recommendation_tier": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.outdoorithm/outdoorithm
https://github.com/outdoorithm/website
1/7 registries