Skip to main content
Glama

IRIS ObjectScript MCP Server

by sorodriguezz
core.tool.ts541 B
import { OPEN_BY_KEY } from "./open-by-key.tool.js"; import { OPEN_CLASS } from "./open-class.tool.js"; import { SEARCH_OBJECTSCRIPT } from "./search-objectscript.tool.js"; import { SMART_SEARCH } from "./smart-search.tool.js"; export interface Tool { name: string; description: string; inputSchema: inputSchema; } interface inputSchema { type: string; properties: object; required: string[]; } export const coreTools = async () => { return { tools: [SMART_SEARCH, SEARCH_OBJECTSCRIPT, OPEN_BY_KEY, OPEN_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