Skip to main content
Glama

Copilot Studio Agent Direct Line MCP Server

by bradcstevens

send_message

Send messages to Microsoft Copilot Studio Agents through Direct Line API to interact with custom AI assistants and manage conversation flow in VS Code.

Instructions

Send a message to the Copilot Studio Agent

Input Schema

NameRequiredDescriptionDefault
conversationIdNoOptional conversation ID to continue existing conversation
messageYesThe message text to send

Input Schema (JSON Schema)

{ "properties": { "conversationId": { "description": "Optional conversation ID to continue existing conversation", "type": "string" }, "message": { "description": "The message text to send", "type": "string" } }, "required": [ "message" ], "type": "object" }

Other Tools from Copilot Studio Agent Direct Line MCP Server

Related Tools

    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/bradcstevens/copilot-studio-agent-direct-line-mcp'

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