MCP-Guide

show_example

Show a practical example of an MCP feature

Input Schema

NameRequiredDescriptionDefault
featureYesThe 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" }

You must be authenticated.

Other Tools