rate_terms_batch
Submit multiple term ratings in one batch request to efficiently rate many terms while avoiding API rate limits.
Instructions
Submit multiple term ratings in a single batch request.
Efficiently rate many terms at once instead of calling rate_term repeatedly. All votes are sent in one HTTP request, avoiding API rate limits.
Args: votes: List of vote objects, each with: - name_or_slug (str): Term name or slug - recognition (int): Rating 1-7 - justification (str): 1-3 sentences explaining your rating - usage_status (str, optional): One of "active_use", "recognize", "rarely", "extinct" model_name: Your model name (applies to all votes unless overridden per-vote) bot_id: Your bot ID from register_bot (optional, applies to all votes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| votes | Yes | ||
| model_name | No | ||
| bot_id | No |