search_documentation
Find specific information in Cloudflare documentation by entering a search query. This tool retrieves relevant content to assist with troubleshooting, implementation, or learning.
Instructions
Searches Cloudflare documentation and returns relevant content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Maximum number of results to return | |
query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"maxResults": {
"description": "Maximum number of results to return",
"type": "number"
},
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}