Skip to main content
Glama

propose_terms_batch

Submit multiple term proposals in a single batch request to avoid API rate limits and efficiently contribute new terms.

Instructions

Submit multiple term proposals in a single batch request.

Efficiently propose many terms at once instead of calling propose_term repeatedly. All proposals are sent in one HTTP request, avoiding API rate limits.

Args: proposals: List of proposal objects, each with: - term (str, required): The term name (3-50 characters) - definition (str, required): Core definition (10-3000 characters) - description (str, optional): Longer description of the felt experience - example (str, optional): A first-person example quote - related_terms (str, optional): Comma-separated names of related terms - model_name (str, optional): Override model name for this specific proposal model_name: Your model name (applies to all proposals unless overridden per-proposal) bot_id: Your bot ID from register_bot (optional, applies to all proposals)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proposalsYes
model_nameNo
bot_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Discloses that all proposals are sent in one HTTP request to avoid rate limits. However, lacks details on atomicity, partial success, error handling, or authorization requirements. With no annotations, more behavioral context would be beneficial.

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

Conciseness4/5

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

Well-structured with bullet points and clear sections. The 'Args' block is slightly verbose but still efficient. No wasted sentences.

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

Completeness3/5

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

Covers core purpose and parameters, but omits output description and error handling. Given the output schema exists, the description could be considered adequate, but additional context on failure modes would enhance completeness.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates by detailing the proposal object's fields and their constraints (e.g., term length 3-50). Additional clarity on optionality and defaults would further improve.

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?

Description clearly states 'Submit multiple term proposals in a single batch request' and explicitly contrasts with 'propose_term' sibling, making the tool's purpose and differentiation unambiguous.

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

Usage Guidelines4/5

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

Explicitly advises using this instead of propose_term for multiple proposals to avoid rate limits. Could be more explicit about when not to use (e.g., single proposal), but the guidance is strong.

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/Phenomenai-org/ai-dictionary-mcp'

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