Smithery

servers.update

Create a new server. Idempotent — returns success if the server already exists and is owned by the caller.

Remote smithery

Other tools also called servers.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "body parameter"
    },
    "displayName": {
      "type": "string",
      "description": "body parameter"
    },
    "qualifiedName": {
      "type": "string",
      "description": "path parameter"
    }
  }
}