Resync Tools
ResyncTools re-runs per-identity tool discovery for the calling user’s own credential on a per-user MCP server, so a session opened before the user connected (or after their visible tools changed) doesn’t have to wait for the next unrelated MCPTool/AppEntitlementUserBinding change to pick it up.
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 the calling user's own credential on a per-user MCP server.
Response
MCPServerServiceResyncToolsResponse is empty on success.
MCPServerServiceResyncToolsResponse is empty on success.