Skip to main content
Glama

RootData MCP Server

by jincai

get_organization

Retrieve detailed organization information, including optional team and investment data, from RootData MCP Server using a specific organization ID.

Instructions

Obtain VC details according to VC ID.

Args: org_id: Organization ID include_team: Whether to include team member information, default is false. include_investments: Whether it includes investment project information, default is false.

Input Schema

NameRequiredDescriptionDefault
include_investmentsNo
include_teamNo
org_idYes

Input Schema (JSON Schema)

{ "properties": { "include_investments": { "default": false, "title": "Include Investments", "type": "boolean" }, "include_team": { "default": false, "title": "Include Team", "type": "boolean" }, "org_id": { "title": "Org Id", "type": "integer" } }, "required": [ "org_id" ], "title": "get_organizationArguments", "type": "object" }

Other Tools from RootData MCP Server

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/jincai/rootdata-mcp-server'

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