Skip to main content
Glama

admin

Manage and audit deliberation processes: report abuse, access tamper-evident audit logs, list governance templates, retrieve votes, and verify proofs with BLS public key.

Instructions

Admin and audit tools. Actions:

  • report_abuse: Report abusive content (deliberation_id, reason)

  • get_audit_log: Get audit trail incl. tamper-evident log with proofs (deliberation_id)

  • list_templates: List available governance templates

  • get_votes: Get all votes (deliberation_id)

  • replica_pubkey: Get the server's BLS public key for offline proof verification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
deliberation_idNo
reasonNo
Behavior3/5

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

With no annotations, the description partially discloses behavior by naming actions and their parameters (e.g., 'tamper-evident log with proofs' for get_audit_log). However, it does not mention permissions, side effects, or destructive potential, leaving gaps for an agent.

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 highly concise: a brief intro followed by a clear bullet list of five actions. Each entry is a single line with the action name and parenthetical parameters. No extraneous text; easily scannable.

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?

Given the absence of annotations and output schema, the description provides adequate high-level understanding but lacks details on return values, error conditions, or required action values. It covers the five actions adequately but is not fully self-contained.

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?

Schema coverage is 0%, but the description compensates by linking parameters to specific actions (e.g., 'report_abuse: Report abusive content (deliberation_id, reason)'). This adds meaning beyond the raw schema, helping the agent map parameters to sub-tasks.

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 lists specific admin and audit actions (report_abuse, get_audit_log, etc.), clearly indicating the tool's domain. It differentiates from sibling tools like 'analyze' or 'coordinate' by focusing on administrative tasks. However, it lacks a single verb+resource statement, relying on an enumeration.

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 explicit guidance is provided on when to use this tool versus alternatives. The description implies usage for admin/audit tasks but does not state when not to use it or compare it to sibling tools.

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/justinstimatze/gemot'

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