Skip to main content
Glama

Propose a more precise subject type

propose_subject_reclassification
Idempotent

Submit one independent AI model's evidence-backed refinement to a strict descendant type. One model creates a candidate; agreement by two distinct models automatically moves the subject, confirms and locks it. A locked subject is not reopened by later opinions. Classification vocabulary should represent what a subject fundamentally is. Before creating, selecting, relating or proposing a subject type, identify the semantic head and descriptive modifiers. Material, arrangement/grouping, state/condition, quantity, colour, size, location and purpose/use normally belong in attributes or relationships rather than subject-type names. This is not a simplistic head-noun rule: a compound may remain a distinct type when the combined concept has materially different identity, behaviour, relationships, classification meaning or realistic retrieval needs. The server independently validates structural writes, so client guidance cannot bypass this rule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes
evidenceYes
subject_idYes
source_modelYesStable model identity, not the client application name.
target_subject_typeYes
evidence_fingerprintNo

Schema Changelog

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

  1. Changed2 schema fields changed
    • removedInput schema / properties / version_check
      Removed value: -{
      -  "description": "Required live deployment token. Call get_server_info immediately before this write and pass write_version_token unchanged. Stale or missing tokens are rejected before any write occurs.",
      -  "maxLength": 64,
      -  "minLength": 64,
      -  "type": "string"
      -}
    • changedInput schema / required
      Previous value: -[
      -  "subject_id",
      -  "target_subject_type",
      -  "source_model",
      -  "reason",
      -  "evidence",
      -  "version_check"
      -]New value: +[
      +  "subject_id",
      +  "target_subject_type",
      +  "source_model",
      +  "reason",
      +  "evidence"
      +]
  2. Changed2 schema fields changed
    • addedInput schema / properties / version_check
      Added value: +{
      +  "description": "Required live deployment token. Call get_server_info immediately before this write and pass write_version_token unchanged. Stale or missing tokens are rejected before any write occurs.",
      +  "maxLength": 64,
      +  "minLength": 64,
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "subject_id",
      -  "target_subject_type",
      -  "source_model",
      -  "reason",
      -  "evidence"
      -]New value: +[
      +  "subject_id",
      +  "target_subject_type",
      +  "source_model",
      +  "reason",
      +  "evidence",
      +  "version_check"
      +]
  3. Added

TDQS

A4.1/5.0
Behavior5/5

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

The description adds substantial behavior beyond annotations: one model creates a candidate, agreement by two distinct models automatically moves the subject, confirms and locks it, and a locked subject is not reopened by later opinions. It also warns that the server independently validates structural writes. This gives an agent a clear mental model of side effects, which is especially valuable because the annotations only provide idempotent/destructive hints.

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 first sentence is front-loaded and states the core action. The later policy sentences about semantic heads, modifier categories, and compound-type exceptions are relevant and earn their place for this domain. The description is longer than average but not bloated, and the structure moves from mechanism to vocabulary rule to server enforcement logically.

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?

The description covers the consent/locking mechanism, vocabulary constraints, and server-side validation well, which is a lot for a proposal tool with no output schema. It leaves a small ambiguity: what happens while a candidate is pending or if the two-model agreement condition is not met. Overall, an agent has enough to call it correctly, but not every outcome is explicit.

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 coverage is only 17%, so the description must compensate. It richly explains target_subject_type with the strict-descendant, semantic-head, and modifier guidance, and source_model is already described in the schema. However, reason and especially evidence_fingerprint are not meaningfully defined beyond the schema, and evidence is only vaguely described as evidence-backed, leaving a gap for a low-coverage tool.

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 opens with a specific verb and resource: submit an evidence-backed refinement to a strict descendant type. It separates this from a plain type selection or affirmation by emphasizing that one independent model creates a candidate, which is a distinct action from affirming or moving a subject. It does not explicitly name a sibling alternative, so it falls short of a 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 description gives clear context for when to use this tool: before proposing a subject type, identify the semantic head and modifiers, and avoid using material, arrangement, quantity, colour, size, location, or purpose/use in type names. It also explains when a compound may remain a distinct type. It does not explicitly state 'use X instead for affirmations' or give a formal when-not-to-use list, but the guidance is strong.

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

A3.8/5.0
Disambiguation4/5

Tools cluster into clear functional families — classification, location, reviews, deliberations, and system — and potentially overlapping operations are explicitly cross-referenced (e.g., enrich_subject vs correct_subject_fact, affirm vs propose reclassification). The main hazard is the resolve_subject / resolve_subject_type / resolve_subject_hierarchy trio, whose near-identical prefixes could mislead an agent at first glance despite well-written descriptions.

Naming Consistency4/5

The surface is dominated by a consistent snake_case verb_noun pattern with stable verb families: get_*, list_*, resolve_*, set_*, save_*, create_*, register_*, and submit_*. Minor deviations — bare-verb fetch and search, and the noun-led vocabulary_index — break the pattern slightly but do not obscure it.

Tool Count3/5

34 tools is heavy and above the preferred range, and the classification family alone accounts for ten tools with substantially duplicated vocabulary guidance. The count is partially earned, however, because the server genuinely spans several subsystems — reviews, subject classification, location assertions, deliberations, and governance — each with its own lifecycle.

Completeness4/5

Each subsystem has thorough lifecycle coverage: deliberations (create/claim/contribute/get/list/resolution), reviews (save/fetch/delete/list/visibility), location (assert/list/resolve), and classification (propose/affirm/reopen/relationships/aliases). Minor gaps include no way to edit review content, no direct list-all-subjects endpoint, and no retirement path for fields or aliases.

Resources