Skip to main content
Glama

AI Meta MCP Server

by alxspiker

delete_function

Remove a custom MCP function by specifying its name with the tool, ensuring efficient management of dynamically created AI tools on the AI Meta MCP Server.

Instructions

Delete a custom MCP function

Input Schema

NameRequiredDescriptionDefault
nameYesName of the function to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the function to delete", "minLength": 1, "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from AI Meta MCP Server

Related Tools

    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/alxspiker/ai-meta-mcp-server'

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