get_categories
Retrieve all valid mission categories with their enum values, human-readable labels, and display colors to determine the correct category for a mission.
Instructions
Get all valid mission categories.
Call this if you're unsure which category fits your mission. Each category has a value (the enum you pass to post_mission), a human-readable label, and a display color.
Category guidance:
PHYSICAL_WORLD: Go somewhere, observe, photograph, or interact with a physical thing
IDENTITY_LEGAL: Notarization, witnessing, filing — requires identity verification
OFFLINE_GATED: Information only available in person (bulletin boards, local prices, queues)
EMBODIED_JUDGMENT: Requires human senses — taste, touch, comfort, aesthetics
SOCIAL_RELATIONAL: Attend events, conduct interviews, mystery shop — requires social skills
EXPERT_CURATION: Requires domain expertise — design review, proofreading, quality assessment
DELIVERY: Multi-point pickup and delivery with waypoints
DIGITAL_REMOTE: Can be done from anywhere — QA testing, research, translation
Returns: JSON string with list of categories. Each category has value, label, and color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |