add-api
Add a new API to an API group in the Xano MCP Server by specifying its ID, name, description, HTTP verb, and optional tags for organization.
Instructions
Add a new API to an API group
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apigroup_id | Yes | ID of the API group to add the API to | |
description | Yes | Description of the API | |
docs | No | Documentation for the API | |
name | Yes | Name of the API | |
tag | No | Tags to associate with the API | |
verb | Yes | HTTP verb for the API |