search_nodes
Quickly locate specific nodes in Workflowy by entering a search query. Simplify task management and organization by finding relevant content instantly.
Instructions
Search nodes in Workflowy
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query to find matching nodes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "Search query to find matching nodes",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}