tencent-meeting-mcp

Automates Tencent Meeting MCP lifecycle operations including scheduling, querying, and canceling.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/xingxingstars123/GuoyunPMS --skill tencent-meeting-mcp-xingxingstars123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-meeting-mcp
Source: https://github.com/xingxingstars123/GuoyunPMS/tree/main/skills/tencent-meeting-skill
Command: npx skills add https://github.com/xingxingstars123/GuoyunPMS --skill tencent-meeting-mcp-xingxingstars123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates and secures the use of Tencent Meeting MCP tools by handling authentication, time conversions, and policy-driven workflows to streamline meeting lifecycle management.

Core Features & Use Cases

  • Schedule non/recurring Tencent Meetings with subject, start_time, and end_time, including validation and timezone handling.
  • Retrieve, update, or cancel meetings via meeting_id or meeting_code, with secondary confirmation for sensitive changes.
  • Manage participants, invites, waiting room, and retrieve user meeting histories and upcoming events.
  • Access recordings, transcripts, and AI summaries to answer questions and generate minutes.

Quick Start

Tell me to schedule a meeting by providing a subject, start_time, and end_time.

Frequently Asked Questions about tencent-meeting-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Tencent Meeting scheduling with timezone handling?

Automate Tencent Meeting scheduling by providing a subject, start_time, and end_time to trigger the schedule_meeting workflow. The skill enforces strict authentication and applies convert_timestamp logic to ensure accurate timezone handling for non-recurring and recurring meetings.

Can I retrieve Tencent Meeting recordings and AI generated transcripts?

Retrieve Tencent Meeting recordings and transcripts by executing get_records_list and get_transcripts_details operations. The skill securely accesses these resources to support end-to-end meeting lifecycle management and allow users to query specific recording details.

How do I get smart minutes for a Tencent Meeting?

Get smart minutes for a Tencent Meeting by utilizing the get_smart_minutes operation within the MCP workflow. This function accesses AI summaries to answer questions and generate minutes based on the meeting's transcript and recording data.

Does this tool require environment tokens for Tencent Meeting API authentication?

Yes, this tool requires environment tokens to enforce strict authentication for Tencent Meeting API operations. It enforces environment token usage and applies safe client context handling across all meeting management, participant, and recording workflows.

What is the best way to cancel or update a scheduled Tencent Meeting?

Update or cancel a scheduled Tencent Meeting by referencing the meeting_id or meeting_code. The skill applies secondary confirmation for sensitive changes to ensure safe lifecycle management when modifying existing meeting events.