View as .md ↗
RingCentral

RingCentral

MCP server · Communications · ringcentral.com · 5 categories · 17 tools

RingCentral (RingEX) is a cloud phone/UCaaS platform. This integration exposes read-only call log, call analytics, recordings, directory, extension, and account diagnostics data as governed MCP tools, scoped per member by access level.

Get Call Recording (ringcentral_get-call-recording)

Fetch metadata for a RingCentral call recording by ID: content type, duration, and a content URI. The content URI requires RingCentral auth and cannot be fetched directly — use download-call-recording to obtain a fetchable link to the audio bytes.

Tool Input

recordingIdstringrequired— Internal identifier of the call recording to fetch metadata for (as returned in a call log entry's recording reference); a numeric string.(pattern: ^\d+$)

Tool Output

idstringrequired— Internal identifier of the call recording.
contentUristringrequired— Link to the recording's binary content on a media.ringcentral.com URL. This URL requires its own RingCentral bearer authorization to fetch (access token via the Authorization header) — an LLM or end user cannot fetch it directly. Use the download-call-recording tool to obtain a fetchable, gateway-proxied link instead.
contentTypestringrequired— Call recording file MIME format. RingCentral's documented supported values are 'audio/wav' and 'audio/mpeg', but the API spec types this field as an open string (not a formal enum) — modeled here as a string rather than a closed enum so an undocumented MIME value is never rejected as drift.
durationintegerrequired— Recorded call duration, in seconds (the spec does not state the unit explicitly; live evidence — a duration of 51 for a ~51-second recording — confirms seconds).

We're Adding More RingCentral Tools Constantly!

Don't see a specific RingCentral tool you need? Email support@weave.legal and we can add it.

RingCentral Frequently Asked Questions

What does the Get Call Recording tool do?

This page documents the Get Call Recording tool (ringcentral_get-call-recording). Fetch metadata for a RingCentral call recording by ID: content type, duration, and a content URI. The content URI requires RingCentral auth and cannot be fetched directly, use download-call-recording to obtain a fetchable link to the audio bytes. It is one of the RingCentral Recordings tools, invoked through your firm's Weave MCP connection and available to members whose access level permits it.

What is the RingCentral integration?

The RingCentral integration connects your firm's RingCentral account to Weave. RingCentral (RingEX) is a cloud phone/UCaaS platform. This integration exposes read-only call log, call analytics, recordings, directory, extension, and account diagnostics data as governed MCP tools, scoped per member by access level. It groups 17 tools into 5 categories, exposed through your firm's Weave MCP connection and filtered per member by access level.