Skip to main content
Glama

IRIS ObjectScript MCP Server

by sorodriguezz
open-by-key.tool.ts365 B
import type { Tool } from "./core.tool.js"; export const OPEN_BY_KEY: Tool = { name: "open_by_key", description: "Open a documentation page by its official KEY", inputSchema: { type: "object", properties: { key: { type: "string", description: "Document key", minLength: 3, }, }, required: ["key"], }, };

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