Skip to main content
Glama

axint.context.docs

Read-onlyIdempotent

Reload project-specific documentation context for Axint agents after chat compaction to maintain workflow knowledge without full site reread.

Instructions

Return the project-local Axint docs context that agents should reload after new chats or context compaction. This is the durable docs memory that keeps the agent using Axint instead of forgetting the workflow. Use: use after compaction when the agent needs workflow docs without rereading the whole site. Inputs: cwd selects project docs context; include sections only when the longer runbook is needed. Effects: read-only generated docs context; writes no files and uses no network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoTarget Apple platform, such as macOS, iOS, visionOS, or all.
projectNameNoProject name to include in the docs context.
expectedVersionNoExpected Axint version to compare against axint.status.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
isErrorNo

Schema Changelog

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

  1. Changed3 schema fields changed
    • changedInput schema / properties / expectedVersion / description
      Previous value: -"Expected Axint ve..."New value: +"Expected Axint version to compare against axint.status."
    • changedInput schema / properties / platform / description
      Previous value: -"Target Apple plat..."New value: +"Target Apple platform, such as macOS, iOS, visionOS, or all."
    • changedInput schema / properties / projectName / description
      Previous value: -"Project name to i..."New value: +"Project name to include in the docs context."
  2. Changed5 schema fields changedv0.4.34
    • changedInput schema / properties / expectedVersion / description
      Previous value: -"Expected Axint version to compare against axint.status."New value: +"Expected Axint ve..."
    • changedInput schema / properties / platform / description
      Previous value: -"Target Apple platform, such as macOS, iOS, visionOS, or all."New value: +"Target Apple plat..."
    • changedInput schema / properties / projectName / description
      Previous value: -"Project name to include in the docs context."New value: +"Project name to i..."
    • 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. Changed2 schema fields changedv0.4.28
    • changedInput schema / properties / expectedVersion / description
      Previous value: -"Expected Axint version to compare against..."New value: +"Expected Axint version to compare against axint.status."
    • changedInput schema / properties / platform / description
      Previous value: -"Target Apple platform, such as macOS, iOS,..."New value: +"Target Apple platform, such as macOS, iOS, visionOS, or all."
  4. Addedv0.4.26

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds valuable behavioral context: 'reads no files and uses no network', which reinforces the read-only, idempotent nature and clarifies no side effects beyond what annotations provide.

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 with two main sentences plus structured 'Use:', 'Inputs:', 'Effects:' sections. Front-loaded with purpose. Some redundancy (e.g., 'durable docs memory' and 'workflow docs'), but overall efficient.

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?

Given the tool has 3 parameters, output schema, and rich annotations, the description is mostly adequate but has a gap due to the param mismatch (mentioning cwd not in schema). It explains use cases and side effects, which is sufficient for a read-only tool with output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. However, the description mentions 'cwd selects project docs context' but the schema has no 'cwd' parameter; it includes platform, projectName, expectedVersion. This mismatch confuses parameter semantics and fails to add meaningful guidance beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool 'Return the project-local Axint docs context' and explains its purpose: reloading after new chats or context compaction to maintain workflow memory. It distinguishes from siblings like axint.context.memory by specifying 'docs context' and 'workflow docs'.

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 clear usage context: 'use after compaction when the agent needs workflow docs without rereading the whole site.' Also mentions reloading after new chats. Does not explicitly state when not to use, but the guidance is specific and actionable.

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