{ "name": "GetDomainPrice", "fully_qualified_name": "VercelApi.GetDomainPrice@0.1.0", "description": "Retrieve domain price and purchase period details.\n\nUse this tool to obtain the cost of purchasing a specific domain and the duration of a single purchase period, replacing the deprecated endpoint for domain price checking.", "toolkit": { "name": "ArcadeVercelApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "domain_name", "required": true, "description": "The domain name to check the purchase price for.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The name of the domain for which the price needs to be checked." }, "inferrable": true, "http_endpoint_parameter_name": "name" }, { "name": "domain_status_for_pricing", "required": false, "description": "Specifies the domain status ('new', 'renewal', 'transfer', 'redemption') to check the price for.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "new", "renewal", "transfer", "redemption" ], "properties": null, "inner_properties": null, "description": "In which status of the domain the price needs to be checked." }, "inferrable": true, "http_endpoint_parameter_name": "type" }, { "name": "team_identifier", "required": false, "description": "The Team identifier for executing the request on behalf of a specific team. This is usually a unique string assigned to the team.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The Team identifier to perform the request on behalf of." }, "inferrable": true, "http_endpoint_parameter_name": "teamId" }, { "name": "team_slug_for_request", "required": false, "description": "The slug identifier of the team to perform the request on behalf of.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The Team slug to perform the request on behalf of." }, "inferrable": true, "http_endpoint_parameter_name": "slug" } ] }, "output": { "description": "Response from the API endpoint 'checkDomainPrice'.", "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": "VERCEL_ACCESS_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 vercel API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.vercel.com/v4/domains/price", "http_method": "GET", "headers": { "Content-Type": "application/json" }, "parameters": [ { "name": "name", "tool_parameter_name": "domain_name", "description": "The name of the domain for which the price needs to be checked.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The name of the domain for which the price needs to be checked." }, "accepted_as": "query", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "type", "tool_parameter_name": "domain_status_for_pricing", "description": "In which status of the domain the price needs to be checked.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "new", "renewal", "transfer", "redemption" ], "properties": null, "inner_properties": null, "description": "In which status of the domain the price needs to be checked." }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "teamId", "tool_parameter_name": "team_identifier", "description": "The Team identifier to perform the request on behalf of.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The Team identifier to perform the request on behalf of." }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "slug", "tool_parameter_name": "team_slug_for_request", "description": "The Team slug to perform the request on behalf of.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The Team slug to perform the request on behalf of." }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "VERCEL_ACCESS_TOKEN", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "", "is_auth_token": false } ], "request_body_spec": null, "use_request_body_schema_mode": false, "validate_request_body_schema": false } }