Get Cached Metadata
get_metadataReturns a compact summary of cached MantisBT metadata: project count, tag count, and per-project counts of users, versions, and categories. Automatically syncs if cache is expired.
Instructions
Return a compact summary of cached MantisBT metadata: project count, tag count, and per-project counts of users, versions, and categories.
If the cache does not exist or has expired (default TTL: 24 hours), it will automatically sync first. Use sync_metadata to force a refresh. For full lists use: list_projects (projects), get_project_users / get_project_versions / get_project_categories (per-project data), list_tags (tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||