sint__issue_token
Issue capability tokens with restricted scope for the SINT Protocol MCP server to control AI agent access to downstream resources and actions.
Instructions
Issue a new capability token with restricted scope (admin). Returns tokenId on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Public key of the token subject | |
| resource | Yes | Resource URI pattern (e.g. 'mcp://filesystem/*') | |
| actions | Yes | Allowed actions (e.g. ['call', 'exec.run']) | |
| expiresInHours | No | Token lifetime in hours (default: 24) |