Sync Metadata Cache
sync_metadataFetch all projects, users, versions, categories, and tags from MantisBT and store them in the local metadata cache to refresh stale data.
Instructions
Fetch all projects and their associated users, versions, categories, and tags from MantisBT and store them in the local metadata cache.
Tags are fetched via the dedicated GET /tags endpoint when available. On installations where that endpoint is missing (MantisBT < 2.26), tags are collected by scanning all issues across all projects.
This is useful for getting a complete overview of your MantisBT installation. The cache is valid for 24 hours by default (configurable via MANTIS_CACHE_TTL env var). Use this tool to refresh stale data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||