Convo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONVO_API_KEY | Yes | Your Convo API key, obtained from the Convo app dashboard under Settings. Required for accessing your meetings and related data. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_meetingsB | List your recent meetings. Search by title or filter by date. |
| get_transcriptC | Get the full transcript of a meeting with speaker names and timestamps. |
| get_summaryB | Get the summary of a meeting including key points, decisions, and action items. Generates automatically if not yet available. |
| get_feedbackA | Get AI coaching feedback for a meeting: communication score, strengths, growth areas, and talk-to-listen ratio. Generates automatically if not yet available. |
| ask_about_meetingC | Ask any question about a specific meeting. The AI will answer based on the transcript. |
| draft_followup_emailC | Draft a follow-up email based on a meeting. References actual discussion points. |
| share_meetingC | Generate a shareable link for a meeting. |
| get_upcoming_meetingsC | Get upcoming meetings from your connected Google Calendar. |
| get_account_infoB | Get your Convo account info including subscription tier and API usage stats. |
| prepare_for_meetingA | Prepare a briefing for an upcoming meeting. Searches past meetings with a person or company, pulls summaries and open action items, and returns a consolidated briefing so you show up prepared. |
| weekly_digestB | Get a consolidated digest of all your meetings over a time period. Includes total meeting time, all decisions made, all action items, and per-meeting summaries. |
| find_action_itemsA | Find all action items across your recent meetings. Shows who owns each item, priority, and which meeting it came from. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| meeting-prep | Prepare for an upcoming meeting by reviewing past interactions with a person or company. |
| weekly-review | Get a digest of all your meetings from the past week with decisions and action items. |
| follow-up-blitz | Find recent meetings and draft follow-up emails for each one. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| recent-meetings | List of your recent meetings (last 7 days) |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsconvo/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server