search_objectscript
Search locally cached ObjectScript documentation and code examples to find relevant programming information and implementation guidance.
Instructions
Search for ObjectScript documentation and examples (solo en caché local)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"q": {
"description": "Search query",
"minLength": 2,
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}