You're viewing a demo portfolio

Join the waitlist
PRSM

accept_terms

Active

Tool of Chronary

declared in 1.0.0

Re-accept the current Chronary terms of service on behalf of the calling org. Use this when responses carry the Chronary-Terms-Upgrade-Required header — a material ToS bump otherwise leaves MCP-only agents stuck without a console session. Pass the current tos_version (read it from GET /v1/auth/terms/current). Requires an org-level API key (chr_sk_*); agent-scoped keys cannot accept org-wide terms.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tos_version"
  ],
  "properties": {
    "tos_version": {
      "type": "string",
      "minLength": 1,
      "description": "The terms-of-service version to accept; must match the current version"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chronary

https://github.com/Chronary/chronary-mcp

2/7 registries
View full server →
accept_terms — Chronary — PRSM MCP