Skip to main content
Glama

RootData MCP Server

by jincai

get_project

Retrieve detailed information about a specific project using its unique ID, with options to include team members and investors, through RootData MCP Server.

Instructions

Obtain project details according to the project ID.

Args: project_id: The unique identifier for the project. include_team: Whether to include team member information, default is false. include_investors: Whether to include investor information, default is false.

Input Schema

NameRequiredDescriptionDefault
include_investorsNo
include_teamNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "include_investors": { "default": false, "title": "Include Investors", "type": "boolean" }, "include_team": { "default": false, "title": "Include Team", "type": "boolean" }, "project_id": { "title": "Project Id", "type": "integer" } }, "required": [ "project_id" ], "title": "get_projectArguments", "type": "object" }
Install Server

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