search-stories
Search Shortcut stories using operators like type:, state:, owner:, and label: to filter by owner, requestor, state, and creation date.
Instructions
Search for stories in Shortcut using powerful search operators
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query with optional operators (e.g., 'SMS type:feature state:"In Development" owner:john label:urgent'). Supports operators like type:, state:, owner:, label:, has:attachment, is:blocked, etc. | |
| owner_name | No | Filter by owner name (person assigned to the story). Will be converted to owner:mention_name in the query. | |
| requestor_name | No | Filter by requestor name (person who requested the story). Will be converted to requester:mention_name in the query. | |
| state_name | No | Filter by workflow state name (e.g., 'In Development', 'Ready for Review'). Will be converted to state:"name" in the query. | |
| created_after | No | Filter by creation date (YYYY-MM-DD). Can use 'yesterday' or 'today'. Will be converted to created:date..* in the query. | |
| created_before | No | Filter by creation date (YYYY-MM-DD). Can use 'yesterday' or 'today'. Will be converted to created:*..date in the query. |