Skip to main content
Glama

axint.feature

Read-onlyIdempotent

Generate Apple-native feature packages including Swift source, widgets, and test scaffolds from a natural language description.

Instructions

Generate a scaffolded Apple-native feature package from a description. Returns multiple files: compile-aware Swift source, companion widget/view, Info.plist fragments, entitlements, and XCTest scaffolds — all structured file-by-file so an Xcode agent can write each... Use: use for new Apple-native surfaces; not for repairing existing app bugs. Effects: read-only generated output; writes no files and uses no network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYesWhat the feature does, in natural language. E.g., 'Let users log water intake via Siri' or 'Add a...
surfacesNoWhich Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight....
nameNoPascalCase feature name, e.g., 'LogWaterIntake'. If omitted, inferred from the description. Used as the base...
appNameNoThe target app name, used in generated comments and test references. E.g., 'HealthTracker'. Optional.
domainNoApple App Intent domain. One of: messaging, productivity, health, social, community, collaboration,...
paramsNoExplicit parameter definitions as { fieldName: typeString }. E.g., { amount: 'double', unit: 'string' }. If...
platformNoTarget Apple platform for generated starter UI. Use 'macOS' to avoid iOS-only SwiftUI affordances in...
tokenNamespaceNoOptional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'. When provided, generated...
componentKindNoOptional component blueprint for the component surface, such as feedCard, mediaCard, utilityRow, avatar,...
contextNoOptional nearby SwiftUI/design context. Axint uses this as a weak hint for layout primitives, platform...
formatNoWhen true (default), pipes every generated Swift file through swift-format with Axint's house style. Falls...

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.
Behavior5/5

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

Annotations (readOnlyHint=true, destructiveHint=false, idempotentHint=true) are consistent with description stating 'read-only generated output; writes no files and uses no network'. Description adds behavioral context about file structure and compile-awareness.

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?

Two sentences, both packed with essential information. First sentence states what it does and output. Second covers usage and effects. No fluff, front-loaded with the main action.

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 11 parameters (with only 1 required), output schema, and nested objects, the description provides sufficient context: it explains the tool's purpose, output format, and safety guarantees. Schema covers parameter details adequately.

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 100%, so baseline is 3. Description adds value by explaining parameter roles beyond schema, e.g., description as natural language, name as PascalCase and inferred, etc. Provides higher-level understanding.

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?

Clearly states it generates a scaffolded Apple-native feature package, listing specific output files (Swift, widget, Info.plist, entitlements, XCTest). Differentiates from siblings by specifying it's for new surfaces not for bug repairs.

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?

Explicitly says to use for new Apple-native surfaces and not for repairing existing app bugs. Provides context for when to use, though alternative sibling tools are not explicitly named.

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