get-function
Retrieve detailed information and code for specific edge functions using their slug identifier to inspect implementation and configuration.
Instructions
Get details of a specific edge function including its code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
slug | Yes | The slug identifier of the function |
Input Schema (JSON Schema)
{
"properties": {
"slug": {
"description": "The slug identifier of the function",
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
}