Skip to main content
Glama

axint.feature

Read-onlyIdempotent

Generate a complete Apple-native feature package — Swift source, views, entitlements, and tests — from a natural language description. Use for creating new intents, widgets, or components without manual scaffolding.

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?

Beyond annotations (readOnlyHint, destructiveHint, idempotentHint), the description adds context: 'read-only generated output; writes no files and uses no network'. This clarifies non-destructive, network-free behavior and lists output structure, enhancing transparency.

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?

The description is concise, consisting of two short paragraphs. The first explains what the tool does and what it returns; the second gives usage guidelines and effects. Every sentence is essential, and the structure is front-loaded.

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 the tool's complexity (11 parameters, output schema, nested objects), the description is complete. It covers purpose, output content, usage scope, and effects. The presence of an output schema reduces the need to describe return values in detail.

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 description coverage is 100%, so the schema already documents each parameter. The description does not add significant meaning beyond summarizing the output and usage. A baseline of 3 is appropriate as the description is not redundant but adds little parameter-specific guidance.

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 it generates a scaffolded Apple-native feature package from a description, specifying what it produces (multiple files like Swift source, widgets, etc.). It is specific and distinguishes itself from siblings like axint.scaffold by focusing on Apple-native surfaces and Xcode agent integration.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use: use for new Apple-native surfaces; not for repairing existing app bugs,' providing clear when-to-use and when-not-to-use guidance. It also mentions read-only generated output, reinforcing appropriate usage.

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