update_function
Modify existing custom MCP functions by updating their name, description, parameters schema, implementation code, or execution environment to adapt to evolving requirements.
Instructions
Update an existing custom MCP function
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | New description of what the function does | |
execution_environment | No | New environment to execute the code in | |
implementation_code | No | New code to implement the function | |
name | Yes | Name of the function to update | |
parameters_schema | No | New JSON Schema for parameters |