1cnf-verifier
Server Details
Verifies 1CNF safety invariants and bounded state envelopes
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscheck_threat_blacklistCInspect
Check entity hashes.
| Name | Required | Description | Default |
|---|---|---|---|
| target_hash | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavior. It only says 'check entity hashes' and gives no indication of side effects, return semantics, lookup behavior, or operational constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and free of filler, but this is under-specification rather than effective conciseness. It lacks structure and provides only a fragment of necessary context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description needed to explain what result the agent should expect. It does not describe return values, success criteria, or blacklist status semantics, so an agent cannot confidently use the tool's output.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description needed to explain 'target_hash'. It weakly suggests the hash relates to entities, but it does not clarify format, whether multiple hashes are accepted, or how the hash is used.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('check') and names a resource ('entity hashes'), but it does not say what 'checking' means or that these are threat-blacklist hashes. It is not a tautology, but it is too vague to fully distinguish the tool's purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus any alternative. The sibling tools are only names and provide no basis for choosing or avoiding this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_1cnf_invariantsCInspect
Check state intervals.
| Name | Required | Description | Default |
|---|---|---|---|
| state_channels | No | ||
| policy_channels | No |
TDQS
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 behavioral disclosure. 'Check' weakly implies a read-only verification operation, but the description does not state what happens on success or failure, whether it returns pass/fail, whether it has side effects, or whether it requires specific state setup. The safety profile is left entirely to inference.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A three-word sentence has no waste, but this is under-specification rather than conciseness. There is no structure, no parameter discussion, and no behavioral context — the brevity actively harms usability rather than serving it.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations, no output schema, two completely undocumented parameters, and a vague one-liner, an agent lacks nearly everything needed to call this tool correctly: what inputs mean, what the check verifies, and what the result looks like. The definition is inadequate for a two-parameter verification tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, and it does not. Neither 'state_channels' nor 'policy_channels' is explained, and the description mentions nothing about what goes into these arrays, how they relate to each other, or how they map to the 'state intervals' being checked. The word 'state' is the only implicit tie to any parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a verb ('check') and a resource ('state intervals'), so it is not a tautology. However, 'state intervals' does not explain what a '1cnf invariant' is, how intervals relate to invariants, or what the verification entails. With siblings like verify_liquidity_invariant, verify_risk_policy, and verify_embedding_policy, an agent cannot tell this tool apart since all four sound like checking some invariant.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is zero guidance about when to use this tool versus any of the four sibling verify tools. No conditions, no exclusions, no context about what scenario calls for checking 1cnf invariants over state intervals. The description is functionally equivalent to a one-line label.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_embedding_policyCInspect
Check embedding vectors.
| Name | Required | Description | Default |
|---|---|---|---|
| vector | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden of explaining behavior. 'Check embedding vectors' gives a minimal suggestion of a read-only validation, but does not disclose return format, side effects, error behavior, or how the policy is enforced.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short, but this is under-specification rather than effective conciseness. A single vague sentence does not serve the tool's semantic needs and provides no structured information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, no annotations, no parameter documentation, and no usage guidance. The description is the only context but is far too thin to let an agent understand inputs, behavior, or return values.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema defines a single 'vector' array with no description and 0% schema coverage, so the description must compensate. It adds only a vague hint that the array represents embedding vectors; it does not explain expected dimensions, value ranges, or how the vector is evaluated.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description says 'Check embedding vectors,' which provides a verb and a resource, so it is not a pure tautology. However, it is vague: it does not explain what policy is being verified, what the check consists of, or what makes the result valid or invalid. It also does not distinguish it from sibling verify/check tools beyond the mention of vectors.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage context is provided. There is no mention of when this tool should be used instead of siblings like verify_risk_policy or check_threat_blacklist, and no prerequisites, warnings, or exclusions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_liquidity_invariantCInspect
Check trade execution bounds.
| Name | Required | Description | Default |
|---|---|---|---|
| volume | No | ||
| impact_bps | No |
TDQS
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 behavioral disclosure. 'Check' implies a validation-style operation, but the description does not state return behavior, failure semantics, or whether the tool merely validates or also enforces bounds.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short, front-loaded sentence with no filler, making it concise. However, it is concise because it omits necessary information rather than because it efficiently captures the tool's behavior.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations, no output schema, no required parameters, and 0% schema description coverage, the description leaves too much unexplained. An agent would have to infer parameter meaning, output format, and the actual liquidity invariant logic from the tool name alone.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 mention volume or impact_bps at all. It does not explain what these integers represent, what units or ranges are expected, or how they relate to trade execution bounds.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a verb ('Check') and a resource ('trade execution bounds'), so it is not a tautology and partially distinguishes this tool from sibling policy/blacklist verifiers. However, 'trade execution bounds' is vague and does not explicitly connect to the 'liquidity invariant' in the tool name, leaving the actual purpose under-specified.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus sibling tools such as verify_1cnf_invariants, verify_risk_policy, or check_threat_blacklist. The one-line description gives no context, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_risk_policyDInspect
Check action vectors.
| Name | Required | Description | Default |
|---|---|---|---|
| action_vector | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden of behavioral disclosure. 'Check action vectors' only suggests some kind of read-style check and does not explain whether it returns a boolean, raises on violations, has side effects, or handles malformed input. This is effectively no 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The text is short and free of filler, but it is under-specified rather than efficiently complete. A single generic sentence does not provide enough substance for a usable tool definition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 must explain what the caller should expect, but it only names the input theme. It omits the relationship to risk policy, the return behavior, and any edge cases, making it insufficient for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides only the property name 'action_vector' and the type 'array'; schema description coverage is 0%. The description merely repeats the phrase 'action vectors' without explaining the array's elements, format, constraints, or meaning. The agent gains no additional information beyond the property name.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a generic action ('Check') and a resource ('action vectors') but does not explicitly tie it to risk policy or say what the check determines. Among sibling verify_* tools, there is no differentiation from verify_embedding_policy or verify_liquidity_invariant. It is more than a tautology, but still vague.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use verify_risk_policy versus alternatives like check_threat_blacklist, verify_embedding_policy, or verify_liquidity_invariant. The intended use case must be inferred entirely from the tool name, not from the description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.13061MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct verification domain: hashes, state intervals, embedding vectors, trade execution bounds, and action vectors. However, several tools share the 'verify' prefix and terse descriptions, so an agent might briefly confuse verify_embedding_policy with verify_risk_policy or verify_1cnf_invariants with verify_liquidity_invariant before reading details.
Tool names mostly follow a clear verb_noun snake_case pattern with 'verify_' dominating. The one 'check_threat_blacklist' breaks the convention, but the pattern is still readable and predictable overall.
Five tools is well-scoped for a verification server focused on distinct validation checks. Each tool represents a separate verification capability without unnecessary redundancy or bloat.
Given the apparent purpose of verifying different kinds of invariants and policies, the surface covers a reasonable range: blacklist threats, state invariants, embeddings, liquidity, and risk. There is no explicit way to retrieve past verification results or configure thresholds, but for a stateless check-only verifier this set is fairly complete.