search_faqs
Find answers to common questions by searching FitSlot's FAQ database with specific keywords or queries.
Instructions
Search for FAQs based on keywords or questions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"_def": {
"description": "Maximum number of results to return",
"innerType": {
"_def": {
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodNumber"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodDefault"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"query": {
"_def": {
"checks": [],
"coerce": false,
"description": "Search query for FAQs",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"query"
],
"type": "object"
}