Skip to main content
Glama

speechwire_update_judge_availability

Replace a judge's availability slots while preserving other judge data. Input a judge ID and a list of new time slot IDs to set availability.

Instructions

Replace a judge's availability slots while preserving other values.

Parameters

judge_id : int ID of the judge to update. available_slots : list[int] Provider slot_id values from speechwire_list_timeslots for which the judge should be available. Replaces all current availability.

Returns

dict {"success": bool, "judge_id": int | None, "error": str | None}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
judge_idYes
available_slotsYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description fully reveals the key behavior: it replaces all current availability slots, not adding or merging. It also documents the return value structure. While it could mention prerequisites like judge existence, it provides essential behavioral transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: one sentence for purpose, a brief list of parameters with explanations, and a return value description. No redundant information; every sentence adds value. Well-structured and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simplicity (2 parameters, no output schema, no annotations), the description covers the essential context: what it does, parameter meanings, and return format. It lacks mention of error conditions or prerequisites, but overall is adequately complete for an update tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description compensates for the 0% schema description coverage by providing detailed parameter explanations: 'judge_id' is the ID of the judge, and 'available_slots' are provider slot IDs from 'speechwire_list_timeslots'. This adds critical context beyond type information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Replace a judge's availability slots while preserving other values,' using a specific verb and resource. It clearly distinguishes from sibling tools like 'speechwire_get_judge_availability' (read) and other update tools (email, school).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly guide when to use this tool versus alternatives. While the purpose is clear, there is no mention of when to prefer this over other update tools or when not to use it. Usage is implied by context but lacks explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jessica-writes-code/speechwire-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server