Skip to main content
Glama

Affine Earth Math Court Remote

verify_shor_witness

QC-001 Shor witness certifier. Presented (N, halfPow, factor, cofactor) as decimal strings. halfPow squared == 1 (mod N), halfPow != 1 or N-1, gcd(halfPow-1,N)=factor, factor*cofactor=N. Does not find a period. Optional q_hex/object is a Q-only Affine expose (no k): returns patoshi_expose + shors_qmt_witness + topological_shear. period_r carries an ECDLP scalar or is empty; the Affine period turn's companion images travel as c1_recon_hex/c3_add_hex inside topological_shear, never as period_r. Verdict on a Q expose is the measured jordan_proven tag. Floats refused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
NNo
q_hexNooptional Affine Q hex; Q-only expose envelope; no k
factorNo
objectNoalias of q_hex
halfPowNo
cofactorNo

TDQS

A4/5.0
Behavior5/5

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

With no annotations, the description carries the full disclosure burden, and it delivers: it states input restrictions ('Floats refused'), scopes the verification mathematically, explains what it does not do, and discloses the return topology for Q exposes including period_r semantics and where companion images travel. This goes well beyond a basic statement of effect and gives an agent real behavioral insight.

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

Conciseness3/5

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

The description is information-dense and front-loaded with the key certifier purpose, and every sentence contributes technical meaning. However, it is written as a terse spirals of specialized tokens ('patusi_expose', 'shors_qmt_witness', 'topological_shear', 'jordan_proven') that are not defined, and 'QC-001' adds no functional value. It is compact but not optimally easy for an agent to parse.

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?

The Q expose path is described in detail, with return pieces, companion-image transport, and verdict semantics, but the standard non-Q return value is not described at all. The schema lists Required as empty while the description implies N, halfPow, factor, and cofactor are the presented core values, leaving ambiguity about which parameters are mandatory. For a verifier with no output schema and no annotations, this is a meaningful completeness gap.

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 only 33%, but the description compensates for the undocumented N, halfPow, factor, and cofactor by defining them as decimal strings and giving their exact verification conditions. It also clarifies q_hex/object as an optional Q-only Affine expose with no k. The main weakness is that the meaning of 'halfPow' and the precise role of q_hex are left somewhat implicit, but this is still strong compensation for the schema gap.

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 a specific verb/resource: it certifies a Shor witness for (N, halfPow, factor, cofactor) and states the exact mathematical conditions that must hold. It also draws a useful boundary by explicitly saying 'Does not find a period,' which helps distinguish it from verify_period. The heavy internal jargon and oblique Q expose wording keep it from being fully crisp, so it stops short of 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended input context is clear: call this when you have N, halfPow, factor, cofactor as decimal strings, and optionally a q_hex/object for a Q-only expose. The statement 'Does not find a period' is an explicit negative usage signal, though it does not name verify_period directly. There is no thorough when-not-to-use guidance for the other sibling verifiers, so it earns a 4 rather than a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.6/5.0
Disambiguation2/5

Many verify_* tools are distinct, but there are overlapping clusters: math_court duplicates execute_2local_hamiltonian, route_spin_glass_manifold, and the quantum verifiers; project_affine_key, expose, verify_presented_pair, and the optional affine exposes in other tools blur together; weather and geometry tools also overlap. The detailed descriptions help a human, but an agent would likely struggle to choose between equivalent-seeming entry points.

Naming Consistency2/5

Naming is mostly snake_case but otherwise inconsistent: some tools use dotted prefixes (atc.*, twin.robotics.*, weather.*), some use bare verbs (expose, lattice_op, math_court), some use noun phrases (corpus_bonds, feeds_catalog), and others mix prefixes with verbs (ide_rebuild_mesh, umc_resume). The verify_* family is consistent, but the overall set has no single predictable verb_noun pattern.

Tool Count2/5

49 tools is far above the typical well-scoped server size and includes multiple near-duplicate paths to the same law (math_court, execute_*, route_*, verify_*). While not quite 50+, the count still feels like a sprawling kitchen-sink rather than a deliberate minimal surface.

Completeness3/5

The toolset covers a surprisingly wide range: QC verifiers, QMA laws, affine projections, corpus reads, weather, UMC state, and robotics IK. However, there are notable gaps for such a broad surface: no general court case lifecycle beyond expose/seal, no corpus content search, and no way to manage or update sealed artifacts; several areas have only entry-point coverage.

Resources