Skip to main content
Glama

Conjugate a verb

conjugate
Read-onlyIdempotent

Get a full conjugation table for any verb in 20+ languages by providing the infinitive. Covers the written standard validated against two independent lexicons.

Instructions

Full conjugation table for a verb in one of 20+ languages. Input is the infinitive (e.g. 'aufstehen', 'appeler', 'vorbi'); the result covers the language's written standard, validated against two independent gold lexicons. Field reference: https://www.ablaut.dev/api

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verbYesThe infinitive to conjugate
languageNoLanguage code (ISO 639-1 like 'fr', ISO 639-3 like 'fra', or an English name like 'French'). Defaults to German.de

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
langYes
verbYes
tableYesThe conjugation table; fields are language-specific

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.2

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds valuable behavioral context beyond annotations: the result covers the 'written standard' and is 'validated against two independent gold lexicons,' plus a field reference URL. This helps set expectations about output reliability and structure.

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 three sentences with no filler: it states the core function, gives input examples, and then adds a key detail about scope plus a reference link. Every sentence earns its place.

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

Completeness5/5

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

With an output schema present, return values need no explanation. The description covers input format, language scope, output standards, validation, and a field reference. Nothing an agent needs to call the tool correctly is missing.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents both parameters. The description reinforces that 'verb' is an infinitive with examples, but adds no new semantics beyond the schema. Baseline 3 is appropriate.

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 begins with a precise verb+resource statement: 'Full conjugation table for a verb in one of 20+ languages.' It clearly distinguishes itself from the sibling tools find_infinitive and list_languages by focusing on producing conjugations from an infinitive input.

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?

The description clearly states the required input condition ('Input is the infinitive') and gives concrete examples, making the usage context explicit. It does not explicitly mention when not to use it or route to siblings, but the context is clear enough for an agent to choose this tool for conjugation tasks.

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/ablaut-dev/ablaut-mcp'

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