{ "name": "CreateBusinessService", "fully_qualified_name": "PagerdutyApi.CreateBusinessService@2.0.0", "description": "Create a new business service in PagerDuty.\n\nUse this tool to create a new business service, which represents capabilities spanning multiple technical services, possibly owned by various teams. Make sure not to exceed the account limit of 5,000 business services.", "toolkit": { "name": "ArcadePagerdutyApi", "description": null, "version": "2.0.0" }, "input": { "parameters": [ { "name": "accept_header_version", "required": true, "description": "Specify the version of the API via the Accept header for versioning requests.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The `Accept` header is used as a versioning header." }, "inferrable": true, "http_endpoint_parameter_name": "Accept" }, { "name": "content_type", "required": true, "description": "Specify the content type of the request. Must be 'application/json'.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "application/json" ], "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "Content-Type" }, { "name": "business_service_name", "required": false, "description": "The name of the Business Service to be created.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The name of the Business Service." }, "inferrable": true, "http_endpoint_parameter_name": "business_service.name" }, { "name": "business_service_description", "required": false, "description": "Provide a description for the Business Service. This should clearly outline the service's purpose and scope.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The description of the Business Service." }, "inferrable": true, "http_endpoint_parameter_name": "business_service.description" }, { "name": "business_service_owner", "required": false, "description": "The owner or point of contact for the business service.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The owner of the Business Service." }, "inferrable": true, "http_endpoint_parameter_name": "business_service.point_of_contact" }, { "name": "team_id", "required": false, "description": "The unique identifier for the team associated with the business service.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The Team ID" }, "inferrable": true, "http_endpoint_parameter_name": "business_service.team.id" } ] }, "output": { "description": "Response from the API endpoint 'createBusinessService'.", "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": { "provider_id": "arcade-pagerduty", "provider_type": "oauth2", "id": null, "oauth2": null }, "secrets": null, "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 Pagerduty API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.pagerduty.com/business_services", "http_method": "POST", "headers": {}, "parameters": [ { "name": "Accept", "tool_parameter_name": "accept_header_version", "description": "The `Accept` header is used as a versioning header.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The `Accept` header is used as a versioning header." }, "accepted_as": "header", "required": true, "deprecated": false, "default": "application/vnd.pagerduty+json;version=2", "documentation_urls": [] }, { "name": "Content-Type", "tool_parameter_name": "content_type", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "application/json" ], "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "header", "required": true, "deprecated": false, "default": "application/json", "documentation_urls": [] }, { "name": "business_service.name", "tool_parameter_name": "business_service_name", "description": "The name of the Business Service.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The name of the Business Service." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "business_service.description", "tool_parameter_name": "business_service_description", "description": "The description of the Business Service.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The description of the Business Service." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "business_service.point_of_contact", "tool_parameter_name": "business_service_owner", "description": "The owner of the Business Service.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The owner of the Business Service." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "business_service.team.id", "tool_parameter_name": "team_id", "description": "The Team ID", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The Team ID" }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ], "request_body_spec": "{\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"business_service\": {\n \"type\": \"object\",\n \"description\": \"The Business Service to be created\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"The name of the Business Service.\"\n },\n \"description\": {\n \"type\": \"string\",\n \"description\": \"The description of the Business Service.\"\n },\n \"point_of_contact\": {\n \"type\": \"string\",\n \"description\": \"The owner of the Business Service.\"\n },\n \"team\": {\n \"type\": \"object\",\n \"title\": \"Team\",\n \"description\": \"Reference to the team that owns the Business Service.\",\n \"properties\": {\n \"id\": {\n \"type\": \"string\",\n \"description\": \"The Team ID\"\n }\n }\n }\n }\n }\n }\n },\n \"examples\": {\n \"request\": {\n \"summary\": \"Request Example\",\n \"value\": {\n \"business_service\": {\n \"name\": \"Self-serve mobile checkout\",\n \"description\": \"Checkout service for our mobile clients\",\n \"point_of_contact\": \"PagerDuty Admin\",\n \"team\": {\n \"id\": \"P3ZQXDF\"\n }\n }\n }\n }\n }\n }\n }\n}", "use_request_body_schema_mode": false, "validate_request_body_schema": false } }