update_function
Modify an existing custom MCP function by updating its name, description, parameters schema, implementation code, or execution environment to align with new 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 |