read_search
Search Targetprocess cards by name, ID, type, state, project, assignee, or tag, with open items first and newest-modified ordering.
Instructions
Find cards by text in the name (or #id; bare digits match the id and the name), type, state, project, assignee ("me" for yourself) and tag. Open cards only unless includeClosed. Names and states are resolved; ambiguous names are listed, never guessed. Newest-modified first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| text | No | Text contained in the card name, or a #id | |
| type | No | Entity type, e.g. UserStory, Task, Bug, Feature (default: any assignable card) | |
| limit | No | Maximum results (default 50, max 1000); capped results say truncated: true | |
| state | No | State name, e.g. "In Progress" | |
| project | No | Project name, abbreviation or id | |
| assignee | No | Person name, login, email, id, or "me" | |
| includeClosed | No |