Answer Call

Answer incoming Microsoft Teams calls by call ID and accepted modalities.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill answer-call
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Answer Call
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/answer-call
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill answer-call

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows an AI agent to programmatically answer incoming calls within Microsoft Teams, enabling automated call handling and response.

Core Features & Use Cases

  • Automated Call Answering: Respond to incoming calls without manual intervention.
  • Modality Acceptance: Specify which communication methods (audio, video) are accepted.
  • Use Case: An AI assistant can use this skill to automatically answer incoming support calls, route them to the appropriate department, or provide an initial automated response.

Quick Start

Use the answer call skill to answer the incoming call with ID 'call-123' accepting only audio.

Frequently Asked Questions about Answer Call

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

FAQPage Schema
How do I automate answering incoming Microsoft Teams calls?

You can automate answering incoming Microsoft Teams calls by using an AI agent to programmatically accept the call via the Teams API, specifying the call ID and accepted modalities like audio or video.

What are accepted modalities when handling Teams calls via API?

Accepted modalities define the communication methods the AI agent will support for the call, such as audio or video, and must be specified when answering the incoming call through the API.

Do I need an access token to answer calls in Microsoft Teams programmatically?

Yes, answering calls in Microsoft Teams programmatically requires a valid access token and strict adherence to specified OAuth scopes for call initiation and handling.

Can I use an AI assistant to automatically route incoming support calls in Teams?

Yes, an AI assistant can use automated call answering to answer incoming support calls in Teams, route them to the appropriate department, or provide an initial automated response.

What is the process for an AI agent to accept a Teams call using a call ID?

The process involves the AI agent sending an API request with the specific call ID and the accepted modalities, allowing the automated communication workflow to answer the incoming Teams call.