get_creation_guidelines
Retrieve creation guidelines and standards for SVG graphics and Markdown documents to ensure proper formatting, naming rules, and directory structure before resource creation.
Instructions
Get creation guidelines and standards for SVG graphics and Markdown documents. This tool is a prerequisite for the save_resource tool and must be called before creating and saving any resources. Use cases:
Get drawing standards before creating SVG visualizations
Get format requirements before creating Markdown documents
Get complete guidelines before batch resource creation
Usage recommendations:
Call this tool before starting any resource creation
Carefully read and follow the naming rules and directory structure
Create resources according to guidelines, then use save_resource tool
Recommended to save guidelines for team reference
Return data:
data: Guidelines content
guidelines: Guidelines text content
File naming rules
Directory structure requirements
Format specifications
Style guide
type: Guidelines type (svg/markdown/all)
version: Guidelines version
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Guidelines type: - svg: SVG graphics creation guidelines, including drawing style, naming rules, etc. - markdown: Markdown document guidelines, including format requirements, directory structure, etc. - all: Get all guidelines (recommended) |