contradiction.sources.test
Validate connectivity, authentication, and accessibility of external data sources before synchronization. Confirm credentials and target reachability without persisting data or modifying state.
Instructions
Validates connectivity, authentication, and accessibility for an external data source or connector (such as a GitHub repository, web URL, or local file) without persisting any data or modifying state. Use this tool to verify credentials and target reachability prior to running synchronization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Optional git branch or tag name to check when testing GitHub repositories | |
| target | Yes | Target identifier to validate: "owner/repo" for GitHub, URL for website, or file path for document | |
| connector | Yes | The connector type to validate (github, website, document) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Target identifier validated | |
| message | No | Diagnostic connection message | |
| connector | No | Connector type tested | |
| accessible | No | Whether target was accessible |