get_project_connector_route_descriptor
Retrieve a sanitized route descriptor for a governed connector tool, returning only the UUID, version, and route digest needed for trusted execution. Eliminates exposure of credentials and configuration.
Instructions
Resolve sanitized governed route coordinates for one account and Tool.
Spring authenticates tenant, selected-company, and project access before resolving the same exact route used by governed execution. The result is a strict allowlist containing the Tenant Connector UUID, Tool version, and route digest needed by trusted SDK hosts. OAuth IDs, credentials, connector configuration, and unexpected server fields are never returned.
Args: project_id: Authenticated Project UUID. connector_account_ref: Exact alias from list_project_connector_accounts. tool_name: Exact hosted Tool key, such as shopify.verify_product_readiness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| project_id | Yes | ||
| connector_account_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |