coderswap_get_project_stats
Retrieve statistics and detailed information about a specific project to track progress and analyze project data.
Instructions
Get statistics and information about a specific project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}