get_project_count
Retrieve the total number of projects managed by the MCP server for project tracking and management purposes.
Instructions
获取项目总数
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
No arguments  | |||
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}