Get Store Template Details
get_store_template_detailsReturns full details of one store template: localized title and description, long-form markdown, category, suite, tags, features, preview image and agentArtifacts (bot-onboarding files such as system prompts, Agent Skills SKILL.md, MCP config). Use after search_store_templates before recommending or installing; when agentArtifacts is non-empty, fetch bodies via get_agent_artifact. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The template slug (English kebab-case) returned by search_store_templates, e.g. 'bistro-warm-door' or 'agent-ops-cyan-wall'. | |
| language | No | Preferred content language. Defaults to 'en'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| tags | No | ||
| suite | No | ||
| theme | No | ||
| title | No | ||
| category | No | ||
| featured | No | ||
| features | No | ||
| fileName | No | ||
| placement | No | ||
| detailPath | No | ||
| sourceKind | No | ||
| description | No | ||
| designStyle | No | ||
| previewPath | No | ||
| publishedAt | No | ||
| introMarkdown | No | ||
| setupMarkdown | No | ||
| agentArtifacts | No | Agent-onboarding files shipped with the template (system prompts, Agent Skills standard SKILL.md, MCP config snippets). Empty array when the template ships none. Body lives behind get_agent_artifact (slug = raw, display_id = substituted). | |
| previewImageUrl | No | ||
| audienceMarkdown | No | ||
| suiteDescription | No | ||
| useCasesMarkdown | No | ||
| categoryDescription | No |