You're viewing a demo portfolio

Join the waitlist
PRSM

revoke_connection

Active

Tool of mcp-server-dashform

declared in 1.0.0

Revoke a connection (stops future deliveries). Pass confirm: true to proceed.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "reason": {
      "type": "string",
      "default": "user_revoked"
    },
    "confirm": {
      "type": "boolean",
      "default": false,
      "description": "Must be true to revoke"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-server-dashform

https://github.com/makloai/mcp-server-dashform

2/7 registries
View full server →