Skip to main content
Glama

axint.workflow.check

Records a local workflow freshness stamp at stage gates to prove workflow coverage and verify version or build status. Requires session token for continuity.

Instructions

Agent workflow gate that records a local freshness stamp. Requires the current Axint session token from axint.session.start unless requireSession=false is explicitly set. Use: use at stage gates to prove workflow coverage; use status for version checks and run for build/test proof. Inputs: stage selects the gate; sessionToken proves continuity; allowNoSession is an explicit escape hatch. Effects: writes a local .axint/session workflow freshness stamp; edits no app source and uses no network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoProject directory containing .axint/session/current.json.
agentNoAgent host/tool lane for this gate.
notesNoOptional human/agent context for why a step was skipped.
stageNoWorkflow stage being checked. Defaults to pre-build.
formatNoOutput format. Defaults to markdown.
surfacesNoApple surfaces touched by this task. If omitted, inferred from modifiedFiles.
ranRepairNoWhether axint.repair was used for an existing-code repair plan.
ranStatusNoWhether axint.status was called to confirm the running MCP version.
ranFeatureNoWhether axint.feature was used for a new surface scaffold.
ranSuggestNoWhether axint.suggest was used during planning.
sessionTokenNoToken returned by axint.session.start.
modifiedFilesNoFiles changed in this agent pass, used to infer whether Swift validation is.
ranCloudCheckNoWhether axint.cloud.check was run with source/evidence.
availableToolsNoOptional list of Axint MCP tools visible in this host session.
requireSessionNoSet false only for legacy/manual checks. Defaults to true.
sessionStartedNoWhether axint.session.start was called in this chat/recovery pass.
readDocsContextNoWhether .axint/AXINT_DOCS_CONTEXT.md was read or axint.context.docs was called.
ranSwiftValidateNoWhether axint.swift.validate was run on modified Swift.
xcodeBuildPassedNoWhether Xcode build evidence passed.
xcodeTestsPassedNoWhether focused unit/UI tests passed.
featureBypassReasonNoConcrete reason axint.feature was intentionally bypassed.
readAgentInstructionsNoWhether AGENTS.md, CLAUDE.md, or .axint/project.json was read after a new chat.
readRehydrationContextNoWhether .axint/AXINT_REHYDRATE.md was read after a new chat, context.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
isErrorNo

Schema Changelog

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

  1. Changed26 schema fields changed
    • changedInput schema / properties / agent / description
      Previous value: -"Agent host/tool l..."New value: +"Agent host/tool lane for this gate."
    • changedInput schema / properties / availableTools / description
      Previous value: -"Optional list of..."New value: +"Optional list of Axint MCP tools visible in this host session."
    • addedInput schema / properties / availableTools / items / description
      Added value: +"String value for this Axint parameter."
    • changedInput schema / properties / cwd / description
      Previous value: -"Project directory..."New value: +"Project directory containing .axint/session/current.json."
    • changedInput schema / properties / featureBypassReason / description
      Previous value: -"Concrete reason a..."New value: +"Concrete reason axint.feature was intentionally bypassed."
    • changedInput schema / properties / format / description
      Previous value: -"Output format. De..."New value: +"Output format. Defaults to markdown."
    • changedInput schema / properties / modifiedFiles / description
      Previous value: -"Files changed in..."New value: +"Files changed in this agent pass, used to infer whether Swift validation is."
    • addedInput schema / properties / modifiedFiles / items / description
      Added value: +"String value for this Axint parameter."
    • changedInput schema / properties / notes / description
      Previous value: -"Optional human/ag..."New value: +"Optional human/agent context for why a step was skipped."
    • changedInput schema / properties / ranCloudCheck / description
      Previous value: -"Whether axint.clo..."New value: +"Whether axint.cloud.check was run with source/evidence."
    • changedInput schema / properties / ranFeature / description
      Previous value: -"Whether axint.fea..."New value: +"Whether axint.feature was used for a new surface scaffold."
    • changedInput schema / properties / ranRepair / description
      Previous value: -"Whether axint.rep..."New value: +"Whether axint.repair was used for an existing-code repair plan."
    • changedInput schema / properties / ranStatus / description
      Previous value: -"Whether axint.sta..."New value: +"Whether axint.status was called to confirm the running MCP version."
    • changedInput schema / properties / ranSuggest / description
      Previous value: -"Whether axint.sug..."New value: +"Whether axint.suggest was used during planning."
    • changedInput schema / properties / ranSwiftValidate / description
      Previous value: -"Whether axint.swi..."New value: +"Whether axint.swift.validate was run on modified Swift."
    • changedInput schema / properties / readAgentInstructions / description
      Previous value: -"Whether AGENTS.md..."New value: +"Whether AGENTS.md, CLAUDE.md, or .axint/project.json was read after a new chat."
    • changedInput schema / properties / readDocsContext / description
      Previous value: -"Whether .axint/AX..."New value: +"Whether .axint/AXINT_DOCS_CONTEXT.md was read or axint.context.docs was called."
    • changedInput schema / properties / readRehydrationContext / description
      Previous value: -"Whether .axint/AX..."New value: +"Whether .axint/AXINT_REHYDRATE.md was read after a new chat, context."
    • changedInput schema / properties / requireSession / description
      Previous value: -"Set false only fo..."New value: +"Set false only for legacy/manual checks. Defaults to true."
    • changedInput schema / properties / sessionStarted / description
      Previous value: -"Whether axint.ses..."New value: +"Whether axint.session.start was called in this chat/recovery pass."
    • changedInput schema / properties / sessionToken / description
      Previous value: -"Token returned by..."New value: +"Token returned by axint.session.start."
    • changedInput schema / properties / stage / description
      Previous value: -"Workflow stage be..."New value: +"Workflow stage being checked. Defaults to pre-build."
    • changedInput schema / properties / surfaces / description
      Previous value: -"Apple surfaces to..."New value: +"Apple surfaces touched by this task. If omitted, inferred from modifiedFiles."
    • addedInput schema / properties / surfaces / items / description
      Added value: +"Allowed string value for this Axint parameter."
    • changedInput schema / properties / xcodeBuildPassed / description
      Previous value: -"Whether Xcode bui..."New value: +"Whether Xcode build evidence passed."
    • changedInput schema / properties / xcodeTestsPassed / description
      Previous value: -"Whether focused u..."New value: +"Whether focused unit/UI tests passed."
  2. Changed28 schema fields changedv0.4.34
    • changedInput schema / properties / agent / description
      Previous value: -"Agent host/tool lane for this gate. Codex/Claude/Cowork/Cursor use patch-first lanes; Xcode may use Xcode..."New value: +"Agent host/tool l..."
    • changedInput schema / properties / availableTools / description
      Previous value: -"Optional list of Axint MCP tools visible in this host session. When supplied, workflow.check will not..."New value: +"Optional list of..."
    • removedInput schema / properties / availableTools / items / description
      Removed value: -"String value for this Axint parameter."
    • changedInput schema / properties / cwd / description
      Previous value: -"Project directory containing .axint/session/current.json. Defaults to the MCP process cwd."New value: +"Project directory..."
    • changedInput schema / properties / featureBypassReason / description
      Previous value: -"Concrete reason axint.feature was intentionally bypassed. Use for existing-code edits, patch-first repairs,..."New value: +"Concrete reason a..."
    • changedInput schema / properties / format / description
      Previous value: -"Output format. Defaults to markdown."New value: +"Output format. De..."
    • changedInput schema / properties / modifiedFiles / description
      Previous value: -"Files changed in this agent pass, used to infer whether Swift validation is required."New value: +"Files changed in..."
    • removedInput schema / properties / modifiedFiles / items / description
      Removed value: -"String value for this Axint parameter."
    • changedInput schema / properties / notes / description
      Previous value: -"Optional human/agent context for why a step was skipped."New value: +"Optional human/ag..."
    • changedInput schema / properties / ranCloudCheck / description
      Previous value: -"Whether axint.cloud.check was run with source/evidence."New value: +"Whether axint.clo..."
    • changedInput schema / properties / ranFeature / description
      Previous value: -"Whether axint.feature was used for a new surface scaffold."New value: +"Whether axint.fea..."
    • changedInput schema / properties / ranRepair / description
      Previous value: -"Whether axint.repair was used for an existing-code repair plan. This satisfies planning for patch-first..."New value: +"Whether axint.rep..."
    • changedInput schema / properties / ranStatus / description
      Previous value: -"Whether axint.status was called to confirm the running MCP version."New value: +"Whether axint.sta..."
    • changedInput schema / properties / ranSuggest / description
      Previous value: -"Whether axint.suggest was used during planning."New value: +"Whether axint.sug..."
    • changedInput schema / properties / ranSwiftValidate / description
      Previous value: -"Whether axint.swift.validate was run on modified Swift."New value: +"Whether axint.swi..."
    • changedInput schema / properties / readAgentInstructions / description
      Previous value: -"Whether AGENTS.md, CLAUDE.md, or .axint/project.json was read after a new chat or context compaction."New value: +"Whether AGENTS.md..."
    • changedInput schema / properties / readDocsContext / description
      Previous value: -"Whether .axint/AXINT_DOCS_CONTEXT.md was read or axint.context.docs was called after a new chat or context..."New value: +"Whether .axint/AX..."
    • changedInput schema / properties / readRehydrationContext / description
      Previous value: -"Whether .axint/AXINT_REHYDRATE.md was read after a new chat, context compaction, MCP restart, or drift."New value: +"Whether .axint/AX..."
    • changedInput schema / properties / requireSession / description
      Previous value: -"Set false only for legacy/manual checks. Defaults to true."New value: +"Set false only fo..."
    • changedInput schema / properties / sessionStarted / description
      Previous value: -"Whether axint.session.start was called in this chat/recovery pass."New value: +"Whether axint.ses..."
    • changedInput schema / properties / sessionToken / description
      Previous value: -"Token returned by axint.session.start. Required by default so compaction cannot erase the Axint workflow..."New value: +"Token returned by..."
    • changedInput schema / properties / stage / description
      Previous value: -"Workflow stage being checked. Defaults to pre-build."New value: +"Workflow stage be..."
    • changedInput schema / properties / surfaces / description
      Previous value: -"Apple surfaces touched by this task. If omitted, inferred from modifiedFiles."New value: +"Apple surfaces to..."
    • removedInput schema / properties / surfaces / items / description
      Removed value: -"Allowed string value for this Axint parameter."
    • changedInput schema / properties / xcodeBuildPassed / description
      Previous value: -"Whether Xcode build evidence passed."New value: +"Whether Xcode bui..."
    • changedInput schema / properties / xcodeTestsPassed / description
      Previous value: -"Whether focused unit/UI tests passed."New value: +"Whether focused u..."
    • removedOutput schema / properties / isError / description
      Removed value: -"Whether Axint marked the tool response as an error."
    • removedOutput schema / properties / text / description
      Removed value: -"Primary Axint tool response text, matching the first text content block."
  3. Changed19 schema fields changedv0.4.28
    • changedInput schema / properties / agent / description
      Previous value: -"Agent host/tool lane for this gate...."New value: +"Agent host/tool lane for this gate. Codex/Claude/Cowork/Cursor use patch-first lanes; Xcode may use Xcode..."
    • changedInput schema / properties / availableTools / description
      Previous value: -"Optional list of Axint MCP tools visible in..."New value: +"Optional list of Axint MCP tools visible in this host session. When supplied, workflow.check will not..."
    • changedInput schema / properties / cwd / description
      Previous value: -"Project directory containing .axint/session/c..."New value: +"Project directory containing .axint/session/current.json. Defaults to the MCP process cwd."
    • changedInput schema / properties / featureBypassReason / description
      Previous value: -"Concrete reason axint.feature was..."New value: +"Concrete reason axint.feature was intentionally bypassed. Use for existing-code edits, patch-first repairs,..."
    • changedInput schema / properties / modifiedFiles / description
      Previous value: -"Files changed in this agent pass, used to..."New value: +"Files changed in this agent pass, used to infer whether Swift validation is required."
    • changedInput schema / properties / notes / description
      Previous value: -"Optional human/agent context for why a step..."New value: +"Optional human/agent context for why a step was skipped."
    • changedInput schema / properties / ranCloudCheck / description
      Previous value: -"Whether axint.cloud.check was run with..."New value: +"Whether axint.cloud.check was run with source/evidence."
    • changedInput schema / properties / ranFeature / description
      Previous value: -"Whether axint.feature was used for a new..."New value: +"Whether axint.feature was used for a new surface scaffold."
    • changedInput schema / properties / ranRepair / description
      Previous value: -"Whether axint.repair was used for an..."New value: +"Whether axint.repair was used for an existing-code repair plan. This satisfies planning for patch-first..."
    • changedInput schema / properties / ranStatus / description
      Previous value: -"Whether axint.status was called to confirm..."New value: +"Whether axint.status was called to confirm the running MCP version."
    • changedInput schema / properties / ranSwiftValidate / description
      Previous value: -"Whether axint.swift.validate was run on..."New value: +"Whether axint.swift.validate was run on modified Swift."
    • changedInput schema / properties / readAgentInstructions / description
      Previous value: -"Whether AGENTS.md, CLAUDE.md, or .axint/proje..."New value: +"Whether AGENTS.md, CLAUDE.md, or .axint/project.json was read after a new chat or context compaction."
    • changedInput schema / properties / readDocsContext / description
      Previous value: -"Whether .axint/AXINT_DOCS_CONTEXT.md was..."New value: +"Whether .axint/AXINT_DOCS_CONTEXT.md was read or axint.context.docs was called after a new chat or context..."
    • changedInput schema / properties / readRehydrationContext / description
      Previous value: -"Whether .axint/AXINT_REHYDRATE.md was read..."New value: +"Whether .axint/AXINT_REHYDRATE.md was read after a new chat, context compaction, MCP restart, or drift."
    • changedInput schema / properties / requireSession / description
      Previous value: -"Set false only for legacy/manual checks...."New value: +"Set false only for legacy/manual checks. Defaults to true."
    • changedInput schema / properties / sessionStarted / description
      Previous value: -"Whether axint.session.start was called in..."New value: +"Whether axint.session.start was called in this chat/recovery pass."
    • changedInput schema / properties / sessionToken / description
      Previous value: -"Token returned by axint.session.start...."New value: +"Token returned by axint.session.start. Required by default so compaction cannot erase the Axint workflow..."
    • changedInput schema / properties / stage / description
      Previous value: -"Workflow stage being checked. Defaults to..."New value: +"Workflow stage being checked. Defaults to pre-build."
    • changedInput schema / properties / surfaces / description
      Previous value: -"Apple surfaces touched by this task. If..."New value: +"Apple surfaces touched by this task. If omitted, inferred from modifiedFiles."
  4. Addedv0.4.26

TDQS

A4.3/5.0
Behavior5/5

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

Annotations indicate it is not read-only and not destructive. Description adds that it writes a local stamp, edits no app source, uses no network. No contradiction. Full behavioral disclosure, so score 5.

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?

Concise, two clear sentences and a few bullet-like phrases. Front-loaded with purpose. No wasted words, so score 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Contextual: 23 params all in schema, output schema exists, description covers purpose, prerequisites, effects, and key inputs. Sufficient for agent to invoke, so score 5.

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 covers 100% of parameters. Description only highlights a few. No additional semantic value beyond schema, so baseline 3.

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 it records a local freshness stamp at workflow gates. It gives specific use cases but does not explicitly distinguish from all sibling tools, only mentions status and run. Hence score 4.

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?

Provides guidelines: use at stage gates for coverage, use status for version checks, run for build/test proof. Also mentions session token requirement. Lacks explicit when-not-to-use or full alternative list, so score 4.

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

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/agenticempire/axint'

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