show_example
Demonstrate practical examples of MCP features like 'tool_call' or 'resource_read' to help developers understand and implement MCP concepts effectively.
Instructions
Show a practical example of an MCP feature
Input Schema
Name | Required | Description | Default |
---|---|---|---|
feature | Yes | The MCP feature to demonstrate (e.g., 'tool_call', 'resource_read', 'prompt_template') |
Input Schema (JSON Schema)
{
"properties": {
"feature": {
"description": "The MCP feature to demonstrate (e.g., 'tool_call', 'resource_read', 'prompt_template')",
"type": "string"
}
},
"required": [
"feature"
],
"type": "object"
}