Skip to main content
Glama

MCP API Server

by mcgiverdev

crear-empresa

Create a new company with essential details using this tool. Input name, email, phone, address, website, industry, and size to register a business quickly via the MCP API Server.

Instructions

Crea una nueva empresa con todos los datos requeridos

Input Schema

NameRequiredDescriptionDefault
addressYes
emailYes
industryYes
nameYes
phoneYes
sizeYes
websiteYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "minLength": 1, "type": "string" }, "email": { "format": "email", "type": "string" }, "industry": { "minLength": 1, "type": "string" }, "name": { "minLength": 1, "type": "string" }, "phone": { "minLength": 1, "type": "string" }, "size": { "enum": [ "small", "medium", "large" ], "type": "string" }, "website": { "format": "uri", "type": "string" } }, "required": [ "name", "email", "phone", "address", "website", "industry", "size" ], "type": "object" }

Other Tools from MCP API 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/mcgiverdev/mcp-api-v1'

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