Skip to main content
Glama
RhombusSystems

Rhombus MCP Server

Official
get-org-information-tool-api.ts305 B
import { postApi } from "../network.js"; import { RequestModifiers } from "../util.js"; export async function getOrg(requestModifiers?: RequestModifiers, sessionId?: string) { return await postApi<any>({ route: "/org/getOrgV2", body: {}, modifiers: requestModifiers, sessionId, }); }

Latest Blog Posts

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/RhombusSystems/rhombus-node-mcp'

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