Smithery

servers.by_qualified_name.update

Update server metadata such as display name, description, icon, or visibility.

Remote smithery

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

Input Schema


            {
  "type": "object",
  "properties": {
    "iconUrl": {
      "type": "string",
      "description": "body parameter"
    },
    "license": {
      "type": "string",
      "description": "body parameter"
    },
    "homepage": {
      "type": "string",
      "description": "body parameter"
    },
    "unlisted": {
      "type": "string",
      "description": "body parameter"
    },
    "description": {
      "type": "string",
      "description": "body parameter"
    },
    "displayName": {
      "type": "string",
      "description": "body parameter"
    },
    "qualifiedName": {
      "type": "string",
      "description": "path parameter"
    }
  }
}