explain_concept
Get a beginner-friendly explanation of any MCP concept to better understand tools, resources, prompts, servers, clients, and frameworks. Ideal for developers new to Model Context Protocol.
Instructions
Get a beginner-friendly explanation of an MCP concept
Input Schema
Name | Required | Description | Default |
---|---|---|---|
concept | Yes | The MCP concept to explain (e.g., 'tools', 'resources', 'prompts', 'server', 'client', 'server_types', 'frameworks', 'clients') |
Input Schema (JSON Schema)
{
"properties": {
"concept": {
"description": "The MCP concept to explain (e.g., 'tools', 'resources', 'prompts', 'server', 'client', 'server_types', 'frameworks', 'clients')",
"type": "string"
}
},
"required": [
"concept"
],
"type": "object"
}