-
Notifications
You must be signed in to change notification settings - Fork 0
box tier detect
mrdulasolutions edited this page May 25, 2026
·
1 revision
Probe Box account capabilities and cache the result so other skills don't re-probe. Internal-first; called by box-init, box-status, and the AI skills. Can also be called directly.
/box-tier-detect [--refresh]
- Cache — if
tier_detected_atis within 30 days, return cached - Box MCP identity via
who_am_i— recordsbox_mcp_official(true ifmcp.box.com, false otherwise) - Enterprise metadata-scope probe — Business+ check
- Template-create permission probe — admin vs non-admin
- Box AI tools availability — official MCP exposes them; community MCPs may not
- AI Units availability — best-effort
- Box Hubs support — Enterprise Plus check
- AI Studio agent eligibility — Enterprise Advanced check
- Storage / upload limits → tier inference
- Cross-check: if signals contradict, prefer "stale OAuth token after tier upgrade" diagnosis over "ambiguous tier"
Writes to _box-memory.json.capabilities:
capabilities:
custom_metadata_templates: <bool>
body_search: <bool>
max_file_size_mb: <int>
retention_policies: <bool>
legal_holds: <bool>
box_ai_tools_available: <bool>
ai_units_available: <bool>
box_hubs: <bool>
ai_studio_agents: <bool>
box_mcp_official: <bool>
compliance: [<user-declared>]- Called automatically by
box-initon first setup - After a Box plan upgrade — run with
--refresh - When troubleshooting "feature not available" errors
When signals contradict (e.g., max upload size suggests Business+ but enterprise scope rejected), the skill prefers the diagnosis "stale OAuth token after tier upgrade" — most common cause, concrete fix (disconnect + reconnect Box MCP). See Operational Notes Note 2.
- Tier Matrix — what each tier unlocks
- box-mcp-check — deeper Box MCP audit
- Source:
skills/box-tier-detect/SKILL.md
box-memory · MIT · Repo · Latest release · Issues · Air-gapped variant
Getting started
Concepts
Features
Skills reference
- Skills Reference (all)
- box-init
- box-status
- box-tier-detect
- box-mcp-check
- box-write
- box-recall
- box-ai-recall
- box-companion
- box-ai-extract
- box-team
- box-ai-agent
- box-index-rebuild
Integrations
Operations
Project