Register a control-app token under an alias
singular_register_appStore a Singular app token under a friendly alias for secure reference in subsequent operations. Verifies the token by default to ensure it works.
Instructions
Store a Singular app token under a friendly alias so later tools reference the app by alias (the raw token is never returned to the model). By default verifies the token by fetching metadata and uses the app's real name.
Args: alias; token; name (optional); verify (default true); response_format. Returns { alias, name, verified }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional label; defaults to the app's real name when verify=true. | |
| alias | Yes | Friendly alias, e.g. 'evening-news'. | |
| token | Yes | The Singular control-app token (secret). | |
| verify | No | Fetch metadata to confirm the token works before saving. | |
| response_format | No | Output format: 'markdown' (human-readable) or 'json' (machine-readable). Default 'markdown'. | markdown |