search_growthbook_docs
Search the GrowthBook documentation to find detailed instructions and guidance on using specific features effectively.
Instructions
Search the GrowthBook docs on how to use a feature
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The search query to look up in the GrowthBook docs. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "The search query to look up in the GrowthBook docs.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}