mcp-create-declarative-agent

Scaffold a declarative agent for Microsoft 365 Copilot integrated with an MCP server.

github ↓ 8.6k
Claude Code
View source ↗

What it does

  • Server metadata endpoint
  • Tools listing endpoint (exposes available functions)
  • Tool execution endpoint (handles function calls)
  • Verify tool imports in ai-plugin.json
  • Check authentication configuration
  • Test each exposed function
  • Validate response data mapping

Requirements & configuration

  • Minimal scoping: Only import tools the agent needs
  • 5. Do you need response semantics or Adaptive Cards?

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Scaffold a declarative agent for Microsoft 365 Copilot integrated with an MCP server.

Source

Repository: https://github.com/github/awesome-copilot

mcp-create-declarative-agent FAQ

What does the mcp-create-declarative-agent skill do?

Skill converted from mcp-create-declarative-agent.prompt.md Server metadata endpoint Tools listing endpoint (exposes available functions)

What does mcp-create-declarative-agent require?

Minimal scoping: Only import tools the agent needs 5. Do you need response semantics or Adaptive Cards?

How do I install mcp-create-declarative-agent?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill mcp-create-declarative-agent --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain mcp-create-declarative-agent?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

mcp-create-declarative-agent on getagentictools
[![mcp-create-declarative-agent on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-mcp-create-declarative-agent.svg)](https://getagentictools.com/skills/github-awesome-copilot-mcp-create-declarative-agent?ref=badge)
npx agentictools info skills/github-awesome-copilot-mcp-create-declarative-agent

The second line is the CLI lookup for this page — handy in READMEs and docs.