mcp__gemini__generate_api
Automate REST API endpoint creation with validation for resources, supporting HTTP methods, backend frameworks, and database types in your preferred configuration.
Instructions
Generate REST API endpoints with validation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | Database type | mongodb |
framework | No | Backend framework | express |
methods | No | HTTP methods | GET,POST,PUT,DELETE |
resource | Yes | Resource name |