Skip to main content
Glama
dp-pcs

Workflowy MCP Server

by dp-pcs

workflowy_search

Search your entire Workflowy outline for nodes by text content, including deeply nested children. Returns matching nodes with IDs and parent relationships.

Instructions

Search for nodes by text content across your ENTIRE Workflowy outline (all nodes including deeply nested children). Returns matching nodes with their IDs and parent relationships. Use this to find nodes anywhere in your hierarchy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesText to search for in node names and notes
searchNameNoSearch in node names (default: true)
searchNoteNoSearch in node notes (default: true)
caseSensitiveNoCase-sensitive search (default: false)
maxResultsNoMaximum number of results to return (default: 100)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full responsibility. It clearly states the search covers the entire outline and returns IDs with parent relationships. However, it does not mention any side effects or authentication needs, but given the read-only nature implied, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, consisting of two sentences that front-load the main purpose and usage guidance. No superfluous information is present.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 5 parameters with full schema coverage and no output schema, the description adequately covers the tool's behavior. It mentions the return type (IDs and parent relationships). Could be slightly improved by noting search behavior (e.g., substring matching), but not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter is already documented. The description adds some context (e.g., 'across your ENTIRE outline') but does not significantly enhance the parameter semantics beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a search function for nodes by text across the entire outline, including deeply nested children. It uses a specific verb (search) and resource (nodes), effectively distinguishing it from siblings like list_nodes or get_node.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool ('Use this to find nodes anywhere in your hierarchy'). While it doesn't mention when not to use or compare to alternatives, the context is clear enough for an agent to differentiate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dp-pcs/workflowy-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server