Resync Tools
ResyncTools requests tool discovery for an external MCP server using the caller’s own credential for per-user servers, or the configured shared credential for callers with MCP management permission for the app. Requires external MCP discovery decoupling to be enabled for the tenant. Discovery runs asynchronously; accepting this request does not mean that tools have finished loading or grant the caller access to execute them.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
App identifier.
MCP server identifier (connector ID).
Body
MCPServerServiceResyncToolsRequest re-runs tool discovery for an external MCP server using the caller's own credential, or the configured shared credential when the caller has MCP management permission for the app.
Response
MCPServerServiceResyncToolsResponse is empty on success.
MCPServerServiceResyncToolsResponse is empty on success.