create_tool
Generate custom Python tools by defining functionality, code, and descriptions, enabling users to extend capabilities within the MCP server framework.
Instructions
Create a new Python tool with specified functionality
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Python code implementing the tool | |
description | Yes | Description of what the tool should do | |
tool_name | Yes | Name of the new tool |