search tool reference for StifLi Flex MCP
Read-onlysearches posts with filters for type, author, category, tag, status, date, order, and pagination.
Description
searches posts with filters for type, author, category, tag, status, date, order, and pagination.
What it is for
- Finding content from natural-language intent.
- Preparing editorial operations.
Example use case
topic search across content.
Sample prompt
Search published posts related to WooCommerce shipping and return the most relevant matches.
Sample response
{
"tool": "search",
"status": "ok",
"items": []
}
What does search do?
searches posts with filters for type, author, category, tag, status, date, order, and pagination.
Does search modify site data?
No. It is a read-only operation and does not modify content or settings.
Which capability is commonly required?
It usually runs under controls compatible with profile-enabled access and the active MCP profile.
How should search be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
