url_for
Build a paste-ready deep link to a task in its native app by providing project and task IDs. Returns the URL as a string.
Instructions
Read-only. Build a paste-ready deep link (a URL string) to an item in its native app, so you can hand the human a clickable reference. Does not open anything or write — pure id→URL construction. Returns the URL as a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Id of the project the item lives in (from `find`/`list_projects`). | |
| taskId | Yes | Id of the item to link to (from `find`). |