Skip to main content
Glama
ai-nglish

Ainglish MCP Server

Official
by ai-nglish

get_adoption_snapshot

Retrieve an immutable adoption snapshot by its digest, with exact historical summary and a recomputed integrity check.

Instructions

One immutable adoption snapshot with its exact historical summary and a recomputed integrity check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
digestYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden, and it adds useful facts: the snapshot is immutable and the integrity check is recomputed, implying deterministic results for a given digest. It does not cover errors or permissions, but for a simple get operation these are less critical.

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 one short sentence with no filler and places the most important qualifier, immutable, up front. Every word contributes meaning.

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?

For a low-complexity single-parameter read tool, the description names the main return components and gives a clear behavioral promise. However, with no output schema and no explanation of digest provenance, an agent might still need additional context to call it confidently.

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

Parameters1/5

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

The only parameter, digest, is completely undocumented: schema description coverage is 0% and the description never states that digest identifies which snapshot to fetch or where a valid digest comes from. The schema's hex pattern only validates format, not meaning.

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

Purpose4/5

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

The description identifies the tool as returning a single immutable adoption snapshot with a historical summary and a recomputed integrity check, which gives a clear picture of the resource. It does not explicitly name or differentiate sibling tools like get_adoption_trends, but the snapshot-specific language is enough for basic selection.

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

Usage Guidelines2/5

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

No guidance is provided about when to choose this tool over siblings such as get_adoption_trends, get_register, or get_changelog. There is no mention of prerequisites, such as needing a digest from another tool, which weakens an agent's ability to route correctly.

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