derivation_repository_stats
Retrieves summary statistics from the derivation repository, including total, verified, and unverified counts, with category breakdowns.
Instructions
取得推導庫統計資訊
Returns:
統計資訊:
- 總數
- 已驗證數量
- 未驗證數量
- 分類統計
Example:
derivation_repository_stats()
→ {"total": 10, "verified": 5, "categories": {"pk": 3, "pd": 2, ...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||