Skip to main content
Glama

Insforge MCP Server

by InsForge

update-function

Modify existing edge function code or metadata to update functionality, change status between draft and active, or revise descriptions and names.

Instructions

Update an existing edge function code or metadata

Input Schema

NameRequiredDescriptionDefault
codeFileNoPath to JavaScript file containing the new function code. Must export: module.exports = async function(request) { return new Response(...) }
descriptionNo
nameNo
slugYesThe slug identifier of the function to update
statusNo

Input Schema (JSON Schema)

{ "properties": { "codeFile": { "description": "Path to JavaScript file containing the new function code. Must export: module.exports = async function(request) { return new Response(...) }", "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" }, "slug": { "description": "The slug identifier of the function to update", "type": "string" }, "status": { "enum": [ "draft", "active" ], "type": "string" } }, "required": [ "slug" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/InsForge/insforge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server