auth_test_connection
Verify connectivity to a specified provider by testing the connection, ensuring seamless integration for accessing and understanding project documentation.
Instructions
Test connection to a provider
Input Schema
Name | Required | Description | Default |
---|---|---|---|
provider | Yes | Provider name |
Input Schema (JSON Schema)
{
"properties": {
"provider": {
"description": "Provider name",
"type": "string"
}
},
"required": [
"provider"
],
"type": "object"
}