Skip to main content
Glama

Generate a configuration ID for Self protocol verification

generate_config_id
Read-only

Create configuration IDs for Self protocol verification to enable age verification, airdrop eligibility, and humanity checks in applications.

Instructions

Generate a configuration ID for Self protocol verification.

This replicates the generateConfigId function from the smart contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minimum_ageNoMinimum age requirement (0 to disable)
excluded_countriesNoList of excluded 3-letter country codes
ofac_enabledNoOFAC settings [basic, enhanced, comprehensive]
networkNoNetwork to check config existencemainnet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations provide readOnlyHint=true, indicating this is a safe read operation. The description adds minimal behavioral context beyond that—it mentions replication of a smart contract function, which hints at blockchain/verification context but doesn't detail side effects, rate limits, or authentication needs. Since annotations cover the safety aspect, the description meets a baseline but lacks rich behavioral disclosure.

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

Conciseness4/5

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

The description is concise and front-loaded, with the core purpose in the first sentence and additional context in the second. Both sentences are relevant, with no wasted words. However, it could be slightly more structured by explicitly linking to sibling tools or use cases.

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 complexity (4 parameters, 0 required), 100% schema coverage, annotations (readOnlyHint), and the presence of an output schema (implied by context signals), the description is reasonably complete. It states the purpose and implementation context, though it lacks usage guidelines. The output schema means the description doesn't need to explain return values, keeping it adequate for the context.

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?

Schema description coverage is 100%, with all parameters well-documented in the input schema (e.g., 'minimum_age' as 'Minimum age requirement (0 to disable)'). The description adds no parameter-specific information beyond what the schema provides. According to scoring rules, with high schema coverage, the baseline is 3 even without param details in the description.

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 clearly states the tool's purpose: 'Generate a configuration ID for Self protocol verification.' It specifies the verb ('Generate') and resource ('configuration ID'), and the second sentence adds implementation context ('replicates the generateConfigId function from the smart contract'). However, it doesn't explicitly differentiate this tool from sibling tools like 'generate_verification_config' or 'generate_scope_hash', which appear related to verification/config generation.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'generate_verification_config' or 'check_self_status', nor does it specify prerequisites, use cases, or exclusions. The agent must infer usage from the tool name and parameters alone.

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/selfxyz/self-mcp'

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