{ "name": "UpdateEnterpriseMemberLicense", "fully_qualified_name": "TrelloApi.UpdateEnterpriseMemberLicense@2.0.0", "description": "Update an enterprise member's license status in Trello.\n\nUse this tool to update whether a member should use an enterprise's license. Note that revoking a license will deactivate the member, and this operation cannot be performed if the enterprise manages users via AdminHub.", "toolkit": { "name": "ArcadeTrelloApi", "description": null, "version": "2.0.0" }, "input": { "parameters": [ { "name": "enterprise_id", "required": true, "description": "The unique identifier for the enterprise. Required for license updates.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "ID of the Enterprise." }, "inferrable": true, "http_endpoint_parameter_name": "id" }, { "name": "member_id", "required": true, "description": "The unique ID of the Trello member to update license status.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the Member" }, "inferrable": true, "http_endpoint_parameter_name": "idMember" }, { "name": "grant_enterprise_license", "required": true, "description": "Boolean indicating if the member should be given an Enterprise license (true) or not (false).", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Boolean value to determine whether the user should be given an Enterprise license (true) or not (false)." }, "inferrable": true, "http_endpoint_parameter_name": "value" } ] }, "output": { "description": "Response from the API endpoint 'put-enterprises-id-members-idmember-licensed'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": null, "secrets": [ { "key": "TRELLO_API_KEY" }, { "key": "TRELLO_TOKEN" } ], "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.1.0", "description": "Tools that enable LLMs to interact directly with the trello API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.trello.com/1/enterprises/{id}/members/{idMember}/licensed", "http_method": "PUT", "headers": {}, "parameters": [ { "name": "value", "tool_parameter_name": "grant_enterprise_license", "description": "Boolean value to determine whether the user should be given an Enterprise license (true) or not (false).", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Boolean value to determine whether the user should be given an Enterprise license (true) or not (false)." }, "accepted_as": "query", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "id", "tool_parameter_name": "enterprise_id", "description": "ID of the Enterprise.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "ID of the Enterprise." }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "idMember", "tool_parameter_name": "member_id", "description": "The ID of the Member", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the Member" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "TRELLO_API_KEY", "parameter_name": "key", "accepted_as": "query", "formatted_value": null, "description": "", "is_auth_token": false }, { "arcade_key": "TRELLO_TOKEN", "parameter_name": "token", "accepted_as": "query", "formatted_value": null, "description": "", "is_auth_token": false } ], "request_body_spec": null, "use_request_body_schema_mode": false, "validate_request_body_schema": false } }