Skip to main content
Glama

axint.project.index

Idempotent

Scan a local Apple project to index changed files, nearby SwiftUI surfaces, and interaction-risk areas for project-aware repair and multi-file analysis.

Instructions

Scan the local Apple project and write a compact .axint/context pack so Axint can reason over changed files, nearby SwiftUI surfaces, and interaction-risk files instead of only one source file at a time. Use: use before project-aware repair, multi-file SwiftUI work, or interaction-risk analysis. Effects: writes .axint/context unless dryRun=true; reads local project files only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetDirNoProject directory to index. Defaults to the current working directory.
projectNameNoOptional project name override for the context pack.
changedFilesNoOptional changed files to pin into the context pack.
includeGitNoWhether to include git changed-file discovery. Defaults to true.
dryRunNoWhen true, returns the index without writing .axint/context files.
formatNoOutput format. Defaults to markdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesPrimary Axint tool response text, matching the first text content block.
isErrorNoWhether Axint marked the tool response as an error.
Behavior4/5

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

Annotations indicate idempotentHint=true and destructiveHint=false. The description adds that it writes .axint/context (unless dryRun=true) and only reads local project files, providing clarity on side effects beyond annotations.

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?

Three concise sentences covering function, use-case, and effects. Perfectly front-loaded with no wasted words.

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?

Given 6 parameters, annotations, and an output schema, the description sufficiently covers purpose, usage, and side effects. No gaps remain for an AI agent to understand the tool.

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 100%, so baseline is 3. The description does not elaborate on parameter meaning beyond what the schema provides, except mentioning dryRun in effects. No additional semantic value added.

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 clearly states the tool scans a local Apple project and writes a compact context pack, enabling reasoning over changed files, SwiftUI surfaces, and interaction risks. It distinguishes from siblings like axint.project.pack and axint.compile by focusing on indexing for multi-file context.

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?

Explicit 'Use:' section advises using before project-aware repair, multi-file SwiftUI work, or interaction-risk analysis. While it doesn't name alternatives or exclusions, this guidance is sufficient for an AI agent to decide when to invoke.

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

Install Server

Other Tools

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