Skip to main content
Glama

Chop MCP TypeScript

by LucasDelgado

obtener-setup

Retrieve setup details using setup_id from Chop's Setup system via Chop MCP TypeScript server. Simplifies access to setup information with a REST API interface.

Input Schema

NameRequiredDescriptionDefault
setup_idYesEl id del setup a obtener

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "setup_id": { "description": "El id del setup a obtener", "type": "number" } }, "required": [ "setup_id" ], "type": "object" }
Install Server

Other Tools from Chop MCP TypeScript

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/LucasDelgado/mcp-ts'

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