resolve_shortlink
Resolve a Nurama short-link code (the trailing segment of a https://nurma.link/...
Read-only tool.
Resolve a Nurama short-link code (the trailing segment of a https://nurma.link/... URL) to its target resource (asset / project / task / chat / message) with ids and visibility tier. Use whenever a user pastes a short link — call this first, then drill into the resolved resource id.
Input
| Property | Type | Required | Description |
|---|---|---|---|
code | string | yes | The short-link code, e.g. AbCd1234. |
JSON Schema
{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "The short-link code, e.g. `AbCd1234`."
}
},
"required": [
"code"
],
"additionalProperties": false
}