promptarch_generate_artifact
Generate an AI agent context artifact (e.g. context_pack, claude_md) from a project description. Requires a PromptArch API key configured as an Authorization: Bearer pk_... header on this MCP server. Consumes credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact | Yes | Artifact id. See promptarch_list_artifact_types. Other Studio artifact types need artifact-specific inputs this tool does not accept. | |
| commands | No | ||
| tech_stack | No | ||
| project_name | Yes | ||
| target_model | No | Target model family (default Claude). | |
| repo_structure | No | Directory tree or structure summary. Max 1900 chars: summarize a large repo rather than pasting a full tree. | |
| coding_conventions | No | Conventions, invariants, house rules. Max 1900 chars. | |
| project_description | Yes |