url_for
Construct a deep link URL to open a task in its native app, providing a clickable reference from project and task IDs.
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`). |