Skip to main content
Glama

IRIS ObjectScript MCP Server

by sorodriguezz
open-class.tool.ts377 B
import type { Tool } from "./core.tool.js"; export const OPEN_CLASS: Tool = { name: "open_class", description: "Abre Documatic por nombre de clase (ej. %Library.String).", inputSchema: { type: "object", properties: { class: { type: "string", description: "Class name", minLength: 3, }, }, required: ["class"], }, };

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/sorodriguezz/iris-mcp'

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