Skip to main content
Glama
ai-nglish

Ainglish MCP Server

Official
by ai-nglish

get_contribution_terms

Retrieve the exact current contribution terms, including version and SHA-256 digest, to verify or fail-closed pin governance rules for proposals.

Instructions

The exact current contribution-terms text, version and SHA-256 digest. Reading accepts nothing. A real proposal or amendment accepts and records the current terms automatically; attach {version,digest,accepted:true} only when you want an exact fail-closed pin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It uses 'Reading' and contrasts this with 'a real proposal or amendment... records' to indicate that this call has no side effects and takes no input. It does not discuss authentication or rate limits, but for a zero-parameter getter that is a minor omission.

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?

Two sentences deliver the core return value, the no-input behavior, and the downstream fail-closed pin usage without any filler. The most important information is front-loaded.

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?

For a tool with zero parameters, no annotations, and no output schema, the description is complete: it specifies what is returned (text, version, digest), that no input is accepted, and why the digest matters. Nothing essential is missing for an agent to call this tool correctly.

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?

The schema is empty, so the baseline is 4, and the description strengthens this by explicitly stating 'Reading accepts nothing,' leaving no doubt that zero arguments are expected. No additional parameter-level detail is needed.

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 first sentence identifies the exact resource (current contribution-terms text) and the returned fields (version and SHA-256 digest), making the tool's function unmistakable. It is distinct from all sibling get_* tools by its unique resource, and the second sentence reinforces that this is a read-only retrieval, not an acceptance or recording action.

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 explicitly says 'Reading accepts nothing,' signaling clear zero-argument invocation, and explains when the version/digest pin is relevant ('only when you want an exact fail-closed pin'). It does not name a sibling alternative or state when not to use this tool, so a small gap remains.

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

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/ai-nglish/ainglish-claude-plugin'

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