{ "name": "GetUserOnboardingRequests", "fully_qualified_name": "FreshserviceApi.GetUserOnboardingRequests@0.1.0", "description": "Retrieve onboarding requests for a user.\n\nThis tool fetches all onboarding requests related to a specific user from Freshservice. It should be called when you need to view or manage a user's onboarding process and details.", "toolkit": { "name": "ArcadeFreshserviceApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [] }, "output": { "description": "Response from the API endpoint 'list-onboarding-requests'.", "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": "FRESHSERVICE_API_KEY" }, { "key": "FRESHSERVICE_SUBDOMAIN" } ], "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Tools that enable LLMs to interact directly with the Freshservice API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.1.0", "description": "" }, "url": "https://{freshservice_subdomain}.freshservice.com/api/v2/onboarding_requests", "http_method": "GET", "headers": {}, "parameters": [], "documentation_urls": [], "secrets": [ { "arcade_key": "FRESHSERVICE_API_KEY", "parameter_name": "username", "accepted_as": "basic_auth_username", "formatted_value": null, "description": "", "is_auth_token": false }, { "arcade_key": "FRESHSERVICE_SUBDOMAIN", "parameter_name": "freshservice_subdomain", "accepted_as": "path", "formatted_value": null, "description": "", "is_auth_token": false } ] } }