Circleback logo — MCP server on Gumloop

Circleback

Search and access your Circleback meeting notes and action items.

Talk to Sales

Installation

Get StartedGet Started
1

Create a Gumloop Account

To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.

2

Copy Your Server URL

Copy your MCP server URL and add it to your client. You'll be prompted to authorize on first use.

Tools (11)

  • Search Meetings

    Find meetings that match a given search term or filter. Searches can be done by direct match on the meeting name or notes. Search term is a direct match ignoring case, prefer to search for a single word or phrase if provided. Searches can also be performed for tags or related profiles (attendees of the meetings). When searching for a meeting, the tool will find the appropriate meeting and extract the relevant source excerpt based on the intent instead of returning the entire data. NOTE: A search term is not explicitly required, for example if you want to find all meetings with a specific tag in a date range, only include those and don't pass a searchTerm. To restrict the search further, you can provide a start and end date. This will significantly improve performance. The data returned will be an an array of objects, with each containing meeting data. Only 20 meetings are returned per page, so this function may need to be called multiple times if there are more than that many results. If 20 meetings are returned, call this function again with the next pageIndex to ensure you get all results. IMPORTANT: The pageIndex is only valid for the exact same search parameters (aside from pageIndex). For example, if you provide a start / end date to fetch page 0, then you must provide the EXACT SAME start / end dates to fetch page 1.

  • Search Transcripts

    Search meeting transcripts to find transcript chunks that match a given search term. If the user's question requires searching for multiple distinct search terms, you should call this function multiple times. The data returned will be an an array of objects, with each containing the meeting ID, name, creator user ID, when it was created, the chunk matching the search term, and the start and end timestamps of the matching chunk. Search results can be further filtered by including tags, profiles (attendees), or domains. This function is useful to find relevant meetings where a search term was mentioned. We can find more details about those meetings using the ReadMeetings tool.

  • Get Transcripts For Meetings

    Get the full transcripts for given meeting IDs. Use string IDs like Vd6Pz_kWqLm3xY-c8RhTn. The data returned will be an array of objects, each representing a full transcript for a meeting. Each transcript object will contain the meetingId, meetingName, and an array of transcript segments. Each segment is formatted with timestamps like: {startTimestamp: 123.45, endTimestamp: 128.00, speaker: 'John Doe', words: 'This is a test.'} This should be used to get detailed transcript information for one or many meetings at once.

  • Read Meetings

    Given up to 50 meeting IDs, fetch detailed information for each meeting. Use string IDs like Vd6Pz_kWqLm3xY-c8RhTn. The data returned will be an array of objects, with each containing the meeting ID, name, notes, attendees, action items, AI-generated insights, creator, tags, status, duration, and creation date.

  • Find Profiles

    Find profiles matching the given names. The data returned will be an an array of objects representing each of the matching profiles.

  • Find Domains

    Find company domains matching the given search terms. The data returned will be an array of domain strings representing companies accessible through meetings.

  • Search Support Articles

    Search for support articles about Circleback to find relevant documentation and help content.

  • Search Calendar Events

    Get calendar events from the user's connected calendars. When searching for calendar events, the tool will extract relevant excerpts based on the intent instead of returning the entire data. Each calendar event excerpt includes comprehensive details: event title, date (in the user's timezone), organizer email, attendees (with names, emails, and status), calendar description (if present), meeting platform (Zoom, Google Meet, Microsoft Teams, etc.), meeting platform link, whether it's a recurring event, Circleback join status, and any associated meeting data from the Circleback (meeting ID, status, tag IDs, user notes). You can filter events by providing a date range using startDate and endDate parameters. This is useful for finding upcoming meetings, scheduled calls, or calendar events that the user has. Note: This should be primarily used for searching calendar events happening in the future. Past calendar events have a meeting record if they were captured with Circleback. The only reason to use this to search past calendar events is if searching for the meeting with SearchMeetings yielded no relevant results. Only 50 calendar events are returned per page, so this function may need to be called multiple times if there are more than that many results. If 50 events are returned, call this function again with the next pageIndex to ensure you get all results.

  • Search Emails

    Search the user's connected email accounts for email threads matching a query. This should be used when the user asks questions about their emails or needs to find specific email conversations. This function queries across all connected email services and retrieves up to 20 matching email threads per service per page. The data returned will be an array of objects, with each containing the email thread ID, subject line, and relevant excerpts. Each email thread object includes metadata such as the sender email, received date, and the fromEmailAddress of the connected account the thread belongs to (if available). Only 20 email threads are returned per page, so this function may need to be called multiple times if there are more than that many results.

  • Search Action Items

    Find action items that match a given search term or filter. Returns action items with their title, description, status, assignee, and related meeting details. By default, only action items assigned to the user are returned. To find action items assigned to someone else, use FindProfiles to resolve their name to a profile ID and pass it as assigneeProfileId. Action items can be filtered by search terms, status (PENDING or DONE), tags, and meeting date range (startDate/endDate). Only 25 action items are returned per page, so this function may need to be called multiple times if there are more than that many results. If 25 action items are returned, call this function again with the next pageIndex to ensure you get all results.

  • List Tags

    List all tags available in the user's workspace. Returns an array of tag objects with their IDs and names. Use this to discover available tags before filtering meetings, transcripts, or action items by tag.

Ship Circleback agents in minutes

Connect any AI agent to 100+ MCP servers, zero setup.
Talk to Sales
Gradient