Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__generate_api

Generate REST API endpoints with built-in validation for specified resources, HTTP methods, backend frameworks, and database types.

Instructions

Generate REST API endpoints with validation

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase typemongodb
frameworkNoBackend frameworkexpress
methodsNoHTTP methodsGET,POST,PUT,DELETE
resourceYesResource name

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "database": { "default": "mongodb", "description": "Database type", "type": "string" }, "framework": { "default": "express", "description": "Backend framework", "type": "string" }, "methods": { "default": "GET,POST,PUT,DELETE", "description": "HTTP methods", "type": "string" }, "resource": { "description": "Resource name", "type": "string" } }, "required": [ "resource" ], "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/emmron/gemini-mcp'

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