MCP-Guide
by qpd-v
show_example
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"
}