semantic_search
Search across workspace items using conceptual queries. Returns issues, projects, documents, comments, and initiatives with type identifiers.
Instructions
Semantic search across the entire workspace.
Returns heterogeneous nodes (issues, projects, documents, comments,
initiatives). Each node carries __typename so the agent can branch
on entity kind.
Use this when the search target is conceptual ("payment retry logic") rather than exact-string ("PAY-123").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| first | No | ||
| query | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||