Skip to main content
Glama
fletch-now

fletch-mcp

Official
by fletch-now

The issuer's registry contract

control_plane

Check the access control registry for any Stock Token: view paused state, blocklist, role assignments, and recent events like Blocked, Unblocked, Paused, or Upgraded.

Instructions

The AccessControlsRegistry that is beacon, global pause, blocklist and role registry for every Stock Token: paused, implementation, blocked-address count, and its latest events (Blocked, Unblocked, Paused, Upgraded, roles).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

D1.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It does not state whether the operation is read-only, whether it has side effects, how pagination works, or what the returned payload looks like. It only lists some registry attributes, which hints at output content but does not reveal operational behavior.

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

Conciseness2/5

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

The description is short, but its structure is muddled: 'that is beacon, global pause, blocklist and role registry' is grammatically awkward and mixes abstractions. The colon-separated list is dense and not front-loaded around a clear action, making the sentence harder to parse despite its brevity.

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

Completeness1/5

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

With no annotations and no output schema, the description is the only source of context, and it is insufficient. It fails to state the operation, return format, pagination behavior, or how this tool differs from siblings such as 'events' and 'status'. An agent cannot reliably determine how to invoke this tool correctly.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the meaning or effect of the optional 'limit' parameter. The parameter name is somewhat self-explanatory, but the description adds no semantics about which items are limited, how the limit applies, or what the default behavior is.

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

Purpose2/5

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

The description identifies the resource (AccessControlsRegistry) and lists data categories such as paused, implementation, blocked-address count, and latest events, but it uses no action verb to state what the tool actually does. The title is nearly a restatement of the description, and it is unclear whether the tool returns, monitors, or modifies registry data; it also overlaps with siblings like 'events' and 'status'.

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?

There is no explicit guidance on when to use this tool versus alternatives. No sibling tools are referenced, no conditions are given, and an agent must infer from the content that this is likely for access-control or registry inspection. This is implied usage at best.

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/fletch-now/fletch-mcp'

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