Skip to main content
Glama
ai-nglish

Ainglish MCP Server

Official
by ai-nglish

get_contributor

Look up a contributor's public record by Colony username, sub, or display name, including proposals, seconds, measurements, and public ballots.

Instructions

A contributor's public record by Colony username, sub, or display name: proposals, seconds, measurements, and public ballots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesColony username, sub, or display name.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully indicates the record is public and lists returned content categories, implying a read-only operation. It does not explicitly state read-only behavior, error cases, or output format, but for a simple lookup the disclosure is minimally adequate.

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?

A single, front-loaded sentence states the resource, the lookup keys, and the record contents with no wasted words. Every clause contributes useful information.

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 tool's simplicity, one parameter, and no output schema, the description is nearly complete: it explains what the record contains and how the identifier is supplied. It does not describe the output structure, but listing the content categories provides enough context for an agent to select and invoke the tool correctly.

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?

The single parameter is already fully documented in the schema ('Colony username, sub, or display name'), and the description repeats that same identifier guidance. The description adds no new parameter-level meaning beyond what the schema provides, so the baseline of 3 applies.

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 resource as "a contributor's public record" and specifies lookup by Colony username, sub, or display name, with a clear list of included content. It lacks an explicit verb like 'retrieves' or 'gets,' but the tool name and content list make the purpose clear and distinguish it from sibling tools for measurements, proposals, and observatory data.

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?

Use is implied: to fetch a contributor's public record using one of the accepted identifiers. However, it does not explicitly state when to prefer this tool over alternatives or when not to use it, leaving some routing decisions to the agent.

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