Skip to main content
Glama

MCP Project Query Server

by sweetwisdom

get_project_info

Retrieve project details including start date, description, investment amount, and current progress by providing the project name.

Instructions

根据项目名称查询项目基本信息,包括开始日期、简介、投资金额和当前进度

Input Schema

NameRequiredDescriptionDefault
projectNameYes要查询的项目名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectName": { "description": "要查询的项目名称", "type": "string" } }, "required": [ "projectName" ], "type": "object" }

Other Tools from MCP Project Query 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/sweetwisdom/mcp-demo'

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