You're viewing a demo portfolio

Join the waitlist
PRSM

delete_document

Active

Tool of io.github.Synter-Media-AI/synter-ads

declared in 1.27.0

Delete a Campaign IDE document by id or uuid (e.g. to remove a stale or duplicate doc). Only deletes documents you own.

Parameters schema

{
  "type": "object",
  "title": "delete_documentArguments",
  "properties": {
    "uuid": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Uuid",
      "default": null
    },
    "document_id": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Document Id",
      "default": null
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.Synter-Media-AI/synter-ads

https://github.com/Synter-Media-AI/mcp-server

4/7 registries
View full server →