Skip to main content
Glama
adkins-amdg

Microsoft Teams MCP Server

by adkins-amdg

Reply in a channel thread

teams_reply_channel_message

Reply to a Microsoft Teams channel message, adding a threaded reply under the parent message.

Instructions

Reply to an existing top-level channel message (adds to its thread).

Args:

  • team_id (string): the team ID

  • channel_id (string): the channel ID

  • message_id (string): the parent message ID (from teams_list_channel_messages)

  • content (string): the reply body (max 28000 chars)

  • content_type ('text' | 'html'): body format (default text)

Returns: JSON { id, webUrl } of the created reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMessage text. Plain text by default; set content_type='html' to send HTML.
team_idYesThe Microsoft Teams team (group) ID. Get it from teams_list_joined_teams.
channel_idYesThe channel ID (e.g. '19:...@thread.tacv2'). Get it from teams_list_channels.
message_idYesParent message ID to reply under
content_typeNoBody content type: 'text' (plain) or 'html'text
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate a write operation (readOnlyHint=false) that is not destructive (destructiveHint=false). The description adds that it returns JSON with 'id' and 'webUrl', and specifies content length limit (28000 chars). This provides useful behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the primary purpose in the first sentence. It then lists parameters in a structured Args block. While somewhat lengthy due to repetition of schema info, every sentence adds value (e.g., return format). Could be slightly more concise by omitting parameter details already in schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (5 params, no output schema), the description is fairly complete: it covers core behavior, return format, and content type options. It does not address error handling or permissions, but with annotations and schema coverage, the agent has enough context to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all parameters. The description's Args section repeats parameter info without adding new meaning (e.g., default content_type, length limits are already in schema). As per guidelines, baseline 3 is appropriate when schema covers everything.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Reply') and the resource ('existing top-level channel message', adds to thread). It distinguishes from sibling tools like 'teams_send_channel_message' (which sends a new top-level message) and 'teams_send_chat_message' (chat reply).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage (reply to an existing message) but does not explicitly state when not to use or provide alternatives. It lacks explicit guidance on prerequisites, though the schema parameter descriptions partially cover that. The context is adequate but could be improved with a note like 'use after teams_list_channel_messages to get the message_id'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/adkins-amdg/teams-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server