Skip to main content
Glama

axint.feature

Read-onlyIdempotent

Generate a compile-aware Apple-native feature package from a description. Returns Swift source, widget views, Info.plist, entitlements, and XCTest scaffolds.

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?

The description adds behavioral context beyond annotations, stating 'read-only generated output; writes no files and uses no network.' This reinforces the readOnlyHint and destructiveHint annotations while providing specific details about network usage. No contradiction.

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, front-loaded with the main action, and consists of three focused sentences covering purpose, usage, and effects. Every sentence adds value without redundancy or fluff.

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 complexity of 11 parameters (1 required) and the presence of an output schema, the description covers core aspects: output details, usage boundaries, and safety behavior. It delegates parameter specifics to the schema and output structure to the output schema, making it complete for an agent's decision-making.

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?

The input schema covers 100% of parameters with detailed descriptions, so baseline is 3. The description adds no parameter-specific details beyond the schema's content, only providing high-level context about the overall feature generation. This does not significantly enhance parameter understanding.

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 the tool generates a scaffolded Apple-native feature package from a description, specifying the output as multiple files. It distinguishes from repairing bugs but does not explicitly contrast with the sibling tool 'axint.scaffold', which may overlap. Thus, while specific and actionable, it lacks full sibling differentiation.

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 provides usage guidance: 'Use: use for new Apple-native surfaces; not for repairing existing app bugs.' This clearly indicates when to use and when not, with an alternative use case (repair) identified. No additional context needed.

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