changedInput schema / properties / capability_id / description
Previous value: -"Capability id to describe (for example website-screenshot)."New value: +"Capability id (for example create-x-post) or MCP tool name (for example x-twitter.create_post)."
removedOutput schema / $defs / DescribeToolResponseTool / properties / capability_id
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Capability id (for example website-screenshot).",
- "title": "Capability Id"
-}
removedOutput schema / $defs / DescribeToolResponseTool / properties / display_name
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Human-readable capability name.",
- "title": "Display Name"
-}
removedOutput schema / $defs / DescribeToolResponseTool / properties / group_display_name
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Human-readable group name.",
- "title": "Group Display Name"
-}
removedOutput schema / $defs / DescribeToolResponseTool / properties / rest_method
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "HTTP method for the REST endpoint.",
- "title": "Rest Method"
-}
removedOutput schema / $defs / DescribeToolResponseTool / properties / rest_path
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "REST path for the capability.",
- "title": "Rest Path"
-}
removedOutput schema / $defs / DescribeToolResponseTool / properties / status
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Capability status (live, soon, or deprecated).",
- "title": "Status"
-}
removedOutput schema / $defs / DescribeToolResponseTool / properties / token_cost
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "API tokens charged for one successful call.",
- "title": "Token Cost"
-}