linear_searchDocuments
Search Linear documents by a term, with optional filters for team, comments, archived status, and sorting.
Instructions
Search Linear documents by term
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term for document titles and content | |
| teamId | No | Optional team ID to scope the search | |
| includeComments | No | Include comment matches in the search payload when supported | |
| limit | No | Maximum number of results to return (default: 25) | |
| includeArchived | No | Include archived documents in the search | |
| orderBy | No | Sort results by created or updated date | |
| snippetSize | No | Optional snippet size for search result context |