Skip to main content
Glama

axint.feature

Read-onlyIdempotent

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 file directly into the project. Use: use for new Apple-native surfaces; not for repairing existing app bugs. Inputs: description is the feature brief; kind and platform constrain the generated package. Effects: read-only generated output; writes no files and uses no network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoPascalCase feature name, e.g., 'LogWaterIntake'.
domainNoApple App Intent domain.
formatNoWhen true (default), pipes every generated Swift file through swift-format with.
paramsNoExplicit parameter definitions as { fieldName: typeString }.
appNameNoThe target app name, used in generated comments and test references.
contextNoOptional nearby SwiftUI/design context.
platformNoTarget Apple platform for generated starter UI.
surfacesNoWhich Apple surfaces to generate. 'intent' produces an App Intent struct for.
descriptionYesWhat the feature does, in natural language. E.g., 'Let users log water intake via Siri' or 'Add a Spotlight-searchable recipe entity'.
componentKindNoOptional component blueprint for the component surface, such as feedCard.
tokenNamespaceNoOptional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
isErrorNo

Schema Changelog

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

  1. Changed15 schema fields changed
    • changedInput schema / properties / appName / description
      Previous value: -"The target app name, used in generated comments and test references. E.g., 'HealthTracker'. Optional."New value: +"The target app name, used in generated comments and test references."
    • changedInput schema / properties / componentKind / description
      Previous value: -"Optional component blueprint for the component surface, such as feedCard, mediaCard, utilityRow, avatar,..."New value: +"Optional component blueprint for the component surface, such as feedCard."
    • changedInput schema / properties / context / description
      Previous value: -"Optional nearby SwiftUI/design context. Axint uses this as a weak hint for layout primitives, platform..."New value: +"Optional nearby SwiftUI/design context."
    • changedInput schema / properties / description / description
      Previous value: -"What the feature does, in natural language. E.g., 'Let users log water intake via Siri' or 'Add a..."New value: +"What the feature does, in natural language. E.g., 'Let users log water intake via Siri' or 'Add a Spotlight-searchable recipe entity'."
    • changedInput schema / properties / domain / description
      Previous value: -"Apple App Intent domain. One of: messaging, productivity, health, social, community, collaboration,..."New value: +"Apple App Intent domain."
    • changedInput schema / properties / format / description
      Previous value: -"When true (default), pipes every generated Swift file through swift-format with Axint's house style. Falls..."New value: +"When true (default), pipes every generated Swift file through swift-format with."
    • changedInput schema / properties / name / description
      Previous value: -"PascalCase feature name, e.g., 'LogWaterIntake'. If omitted, inferred from the description. Used as the base..."New value: +"PascalCase feature name, e.g., 'LogWaterIntake'."
    • changedInput schema / properties / params / additionalProperties / description
      Previous value: -"Swift type for this parameter"New value: +"Swift type for this parameter."
    • changedInput schema / properties / params / description
      Previous value: -"Explicit parameter definitions as { fieldName: typeString }. E.g., { amount: 'double', unit: 'string' }. If..."New value: +"Explicit parameter definitions as { fieldName: typeString }."
    • changedInput schema / properties / platform / description
      Previous value: -"Target Apple platform for generated starter UI. Use 'macOS' to avoid iOS-only SwiftUI affordances in..."New value: +"Target Apple platform for generated starter UI."
    • changedInput schema / properties / surfaces / description
      Previous value: -"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight...."New value: +"Which Apple surfaces to generate. 'intent' produces an App Intent struct for."
    • changedInput schema / properties / surfaces / items / enum
      Previous value: -[
      -  "intent",
      -  "view",
      -  "widget",
      -  "component",
      -  "app",
      -  "store"
      -]New value: +[
      +  "intent",
      +  "view",
      +  "widget",
      +  "component",
      +  "app",
      +  "store",
      +  "model",
      +  "models",
      +  "state",
      +  "data"
      +]
    • changedInput schema / properties / tokenNamespace / description
      Previous value: -"Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'. When provided, generated..."New value: +"Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'."
    • 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."
  2. Changed11 schema fields changed
    • changedInput schema / properties / appName / description
      Previous value: -"The target app name, used in generated..."New value: +"The target app name, used in generated comments and test references. E.g., 'HealthTracker'. Optional."
    • changedInput schema / properties / componentKind / description
      Previous value: -"Optional component blueprint for the..."New value: +"Optional component blueprint for the component surface, such as feedCard, mediaCard, utilityRow, avatar,..."
    • changedInput schema / properties / context / description
      Previous value: -"Optional nearby SwiftUI/design context...."New value: +"Optional nearby SwiftUI/design context. Axint uses this as a weak hint for layout primitives, platform..."
    • changedInput schema / properties / description / description
      Previous value: -"What the feature does, in natural language...."New value: +"What the feature does, in natural language. E.g., 'Let users log water intake via Siri' or 'Add a..."
    • changedInput schema / properties / domain / description
      Previous value: -"Apple App Intent domain. One of: messaging,..."New value: +"Apple App Intent domain. One of: messaging, productivity, health, social, community, collaboration,..."
    • changedInput schema / properties / format / description
      Previous value: -"When true (default), pipes every generated..."New value: +"When true (default), pipes every generated Swift file through swift-format with Axint's house style. Falls..."
    • changedInput schema / properties / name / description
      Previous value: -"PascalCase feature name, e.g., 'LogWaterIntak..."New value: +"PascalCase feature name, e.g., 'LogWaterIntake'. If omitted, inferred from the description. Used as the base..."
    • changedInput schema / properties / params / description
      Previous value: -"Explicit parameter definitions as {..."New value: +"Explicit parameter definitions as { fieldName: typeString }. E.g., { amount: 'double', unit: 'string' }. If..."
    • changedInput schema / properties / platform / description
      Previous value: -"Target Apple platform for generated starter..."New value: +"Target Apple platform for generated starter UI. Use 'macOS' to avoid iOS-only SwiftUI affordances in..."
    • changedInput schema / properties / surfaces / description
      Previous value: -"Which Apple surfaces to generate. 'intent'..."New value: +"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight...."
    • changedInput schema / properties / tokenNamespace / description
      Previous value: -"Optional Swift token enum generated by..."New value: +"Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'. When provided, generated..."
  3. Changed14 schema fields changed
    • addedInput schema / properties / appName / description
      Added value: +"The target app name, used in generated..."
    • addedInput schema / properties / componentKind / description
      Added value: +"Optional component blueprint for the..."
    • addedInput schema / properties / context / description
      Added value: +"Optional nearby SwiftUI/design context...."
    • addedInput schema / properties / description / description
      Added value: +"What the feature does, in natural language...."
    • addedInput schema / properties / domain / description
      Added value: +"Apple App Intent domain. One of: messaging,..."
    • addedInput schema / properties / format / description
      Added value: +"When true (default), pipes every generated..."
    • addedInput schema / properties / name / description
      Added value: +"PascalCase feature name, e.g., 'LogWaterIntak..."
    • addedInput schema / properties / params / additionalProperties / description
      Added value: +"Swift type for this parameter"
    • addedInput schema / properties / params / description
      Added value: +"Explicit parameter definitions as {..."
    • addedInput schema / properties / platform / description
      Added value: +"Target Apple platform for generated starter..."
    • addedInput schema / properties / surfaces / description
      Added value: +"Which Apple surfaces to generate. 'intent'..."
    • addedInput schema / properties / surfaces / items / description
      Added value: +"Allowed string value for this Axint parameter."
    • addedInput schema / properties / tokenNamespace / description
      Added value: +"Optional Swift token enum generated by..."
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "isError": {
      +      "description": "Whether Axint marked the tool response as an error.",
      +      "type": "boolean"
      +    },
      +    "text": {
      +      "description": "Primary Axint tool response text, matching the first text content block.",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "text"
      +  ],
      +  "type": "object"
      +}
  4. Changed12 schema fields changed
    • removedInput schema / properties / appName / description
      Removed value: -"The target app name, used in generated comments and test references. E.g., 'HealthTracker'. Optional."
    • removedInput schema / properties / componentKind / description
      Removed value: -"Optional component blueprint for the component surface, such as feedCard, mediaCard, utilityRow, avatar, statusRing, missionCard, contextPanel, decisionLog, approvalCard, agentRow, roleCard, signalCard, channelRow, sidebarRail, profileCard, settingsView, semanticCard, semanticRow, semanticPill, semanticPanel, semanticBar, semanticList, or cardArchetypes for a multi-component kit. Omit to let Axint infer from the description."
    • removedInput schema / properties / context / description
      Removed value: -"Optional nearby SwiftUI/design context. Axint uses this as a weak hint for layout primitives, platform patterns, and token usage; it does not copy proprietary code."
    • removedInput schema / properties / description / description
      Removed value: -"What the feature does, in natural language. E.g., 'Let users log water intake via Siri' or 'Add a Spotlight-searchable recipe entity'. The description is used to infer the feature name, domain, and parameters."
    • removedInput schema / properties / domain / description
      Removed value: -"Apple App Intent domain. One of: messaging, productivity, health, social, community, collaboration, developer-tools, food, creative, finance, commerce, media, navigation, smart-home. If omitted, inferred from the description. Determines default entitlements, Info.plist keys, and parameter suggestions."
    • removedInput schema / properties / format / description
      Removed value: -"When true (default), pipes every generated Swift file through swift-format with Axint's house style. Falls back to raw output when swift-format is not on $PATH. Set false to receive raw generator output."
    • removedInput schema / properties / name / description
      Removed value: -"PascalCase feature name, e.g., 'LogWaterIntake'. If omitted, inferred from the description. Used as the base name for all generated Swift structs."
    • removedInput schema / properties / params / additionalProperties / description
      Removed value: -"Swift type for this parameter"
    • removedInput schema / properties / params / description
      Removed value: -"Explicit parameter definitions as { fieldName: typeString }. E.g., { amount: 'double', unit: 'string' }. If omitted, inferred from the domain and description. Types: string, int, double, float, boolean, date, duration, url."
    • removedInput schema / properties / platform / description
      Removed value: -"Target Apple platform for generated starter UI. Use 'macOS' to avoid iOS-only SwiftUI affordances in generated views. Defaults to 'all'."
    • removedInput schema / properties / surfaces / description
      Removed value: -"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight. 'widget' produces a WidgetKit widget with timeline provider. 'view' produces a SwiftUI view. 'component' produces a reusable SwiftUI component under Sources/Components. 'store' produces a shared Observable data store. 'app' produces a SwiftUI @main app shell. Defaults to ['intent'] if omitted. Combine surfaces to scaffold a multi-surface feature: ['store', 'view', 'intent', 'widget'] for an integrated Apple-native loop."
    • removedInput schema / properties / tokenNamespace / description
      Removed value: -"Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'. When provided, generated SwiftUI references namespace colors, radii, and layout values instead of raw literals."
  5. Changed1 schema field changed
    • changedInput schema / properties / componentKind / description
      Previous value: -"Optional component blueprint for the component surface, such as avatar, statusRing, missionCard, contextPanel, decisionLog, approvalCard, agentRow, roleCard, signalCard, channelRow, sidebarRail, profileCard, or settingsView."New value: +"Optional component blueprint for the component surface, such as feedCard, mediaCard, utilityRow, avatar, statusRing, missionCard, contextPanel, decisionLog, approvalCard, agentRow, roleCard, signalCard, channelRow, sidebarRail, profileCard, settingsView, semanticCard, semanticRow, semanticPill, semanticPanel, semanticBar, semanticList, or cardArchetypes for a multi-component kit. Omit to let Axint infer from the description."
  6. Changed8 schema fields changed
    • addedInput schema / properties / componentKind
      Added value: +{
      +  "description": "Optional component blueprint for the component surface, such as avatar, statusRing, missionCard, contextPanel, decisionLog, approvalCard, agentRow, roleCard, signalCard, channelRow, sidebarRail, profileCard, or settingsView.",
      +  "type": "string"
      +}
    • addedInput schema / properties / context
      Added value: +{
      +  "description": "Optional nearby SwiftUI/design context. Axint uses this as a weak hint for layout primitives, platform patterns, and token usage; it does not copy proprietary code.",
      +  "type": "string"
      +}
    • changedInput schema / properties / domain / description
      Previous value: -"Apple App Intent domain. One of: messaging, productivity, health, finance, commerce, media, navigation, smart-home. If omitted, inferred from the description. Determines default entitlements, Info.plist keys, and parameter suggestions."New value: +"Apple App Intent domain. One of: messaging, productivity, health, social, community, collaboration, developer-tools, food, creative, finance, commerce, media, navigation, smart-home. If omitted, inferred from the description. Determines default entitlements, Info.plist keys, and parameter suggestions."
    • addedInput schema / properties / format
      Added value: +{
      +  "description": "When true (default), pipes every generated Swift file through swift-format with Axint's house style. Falls back to raw output when swift-format is not on $PATH. Set false to receive raw generator output.",
      +  "type": "boolean"
      +}
    • addedInput schema / properties / platform
      Added value: +{
      +  "description": "Target Apple platform for generated starter UI. Use 'macOS' to avoid iOS-only SwiftUI affordances in generated views. Defaults to 'all'.",
      +  "enum": [
      +    "iOS",
      +    "macOS",
      +    "visionOS",
      +    "all"
      +  ],
      +  "type": "string"
      +}
    • changedInput schema / properties / surfaces / description
      Previous value: -"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight. 'widget' produces a WidgetKit widget with timeline provider. 'view' produces a SwiftUI view. Defaults to ['intent'] if omitted. Combine surfaces to generate a complete feature: ['intent', 'widget'] for a Siri action + home screen widget."New value: +"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight. 'widget' produces a WidgetKit widget with timeline provider. 'view' produces a SwiftUI view. 'component' produces a reusable SwiftUI component under Sources/Components. 'store' produces a shared Observable data store. 'app' produces a SwiftUI @main app shell. Defaults to ['intent'] if omitted. Combine surfaces to scaffold a multi-surface feature: ['store', 'view', 'intent', 'widget'] for an integrated Apple-native loop."
    • changedInput schema / properties / surfaces / items / enum
      Previous value: -[
      -  "intent",
      -  "view",
      -  "widget"
      -]New value: +[
      +  "intent",
      +  "view",
      +  "widget",
      +  "component",
      +  "app",
      +  "store"
      +]
    • addedInput schema / properties / tokenNamespace
      Added value: +{
      +  "description": "Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'. When provided, generated SwiftUI references namespace colors, radii, and layout values instead of raw literals.",
      +  "type": "string"
      +}
  7. Changed5 schema fields changed
    • changedInput schema / properties / domain / description
      Previous value: -"Apple App Intent domain. One of: messaging, productivity, health, finance, commerce, media, navigation, smart-home. If omitted, inferred from the description."New value: +"Apple App Intent domain. One of: messaging, productivity, health, finance, commerce, media, navigation, smart-home. If omitted, inferred from the description. Determines default entitlements, Info.plist keys, and parameter suggestions."
    • changedInput schema / properties / name / description
      Previous value: -"PascalCase feature name, e.g., 'LogWaterIntake'. If omitted, inferred from the description."New value: +"PascalCase feature name, e.g., 'LogWaterIntake'. If omitted, inferred from the description. Used as the base name for all generated Swift structs."
    • addedInput schema / properties / params / additionalProperties / description
      Added value: +"Swift type for this parameter"
    • changedInput schema / properties / params / description
      Previous value: -"Explicit parameter definitions as { fieldName: typeString }. E.g., { amount: 'double', unit: 'string' }. If omitted, inferred from the domain and description."New value: +"Explicit parameter definitions as { fieldName: typeString }. E.g., { amount: 'double', unit: 'string' }. If omitted, inferred from the domain and description. Types: string, int, double, float, boolean, date, duration, url."
    • changedInput schema / properties / surfaces / description
      Previous value: -"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight. 'widget' produces a WidgetKit widget with timeline provider. 'view' produces a SwiftUI view. Defaults to ['intent'] if omitted."New value: +"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight. 'widget' produces a WidgetKit widget with timeline provider. 'view' produces a SwiftUI view. Defaults to ['intent'] if omitted. Combine surfaces to generate a complete feature: ['intent', 'widget'] for a Siri action + home screen widget."
  8. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description goes further by stating 'writes no files and uses no network' and 'read-only generated output.' It also discloses that output is structured file-by-file for an Xcode agent to write. This adds meaningful behavior beyond the annotations, though the idempotentHint is not explicitly reinforced.

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 well-structured with clear sections: main action, return value, usage, inputs, and effects. Each sentence provides distinct information, and the most critical fact (what the tool does) is front-loaded. Minor redundancy in 'read-only generated output' and 'writes no files' could be trimmed, but overall it is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 11 parameters, nested objects, and an output schema, the description offers a good high-level context: it clarifies the use case, output structure, and side-effect profile. The only notable gap is the misleading 'kind' reference and the lack of explicit mention of the output schema (though the schema itself is present). Given the schema's richness, the description suffices for guiding invocation.

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 description coverage is 100%, so the baseline is 3. The description adds a helpful note that 'description' is the feature brief and that 'platform' constrains the package. However, it also mentions 'kind' as an input, yet no parameter named 'kind' exists in the schema—this is misleading. The ambiguity undermines the added value and could lead an agent to look for a non-existent parameter.

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 opens with a specific verb+noun: 'Generate a scaffolded Apple-native feature package from a description.' It then enumerates the output file types, making the tool's purpose unmistakable. The 'Use' clause also distinguishes it from repair tools, and the name 'feature' aligns with new-surface generation.

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?

The description explicitly states when to use it ('for new Apple-native surfaces') and when not to ('not for repairing existing app bugs'). However, it does not name a specific alternative tool (e.g., axint.repair or axint.scaffold), so the guidance is clear but lacks a direct pointer to the sibling.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, with descriptions specifying exact use cases (e.g., axint.activate for smoke test, axint.status for version). There is minor potential overlap between axint.suggest and axint.feature, but descriptions clarify suggestion vs generation.

Naming Consistency5/5

All tools follow a consistent hierarchical pattern: 'axint.<category>.<action>' (e.g., axint.agent.advice, axint.swift.validate). Even standalone tools like axint.compile fit the pattern. No mixing of conventions.

Tool Count2/5

36 tools is well above the typical 3-15 range for a well-scoped set. While the server covers a broad domain, the sheer number may overwhelm agents and reduce efficiency. A reduction or grouping would improve coherence.

Completeness4/5

The tool set covers the full Axint development lifecycle: installation, compilation, validation, repair, upgrade, session management, and coordination. Minor gaps exist (e.g., no dedicated tool for deleting project artifacts), but core workflows are well-supported.