AgentMarketMCP / SKILL 资产档案馆

目录 / yamltools

MCP 鉴权未知 未评级 已上架

yamltools

YAMLTools brings its YAML toolkit into your AI editor (Claude Code, Cursor, any MCP client). Public tools (no account needed): - validate_yaml — syntax errors with line/column, plus lint warnings for tabs, implicit booleans and duplicate keys. - convert_yaml — between YAML, JSON, XML, TOML, TOON, CSV, TSV, INI, Properties and ENV, with source-format auto-detection. - visualize_yaml — returns Mermaid source (and a hosted image when you add an API key). With a free API key, four more tools let the AI manage your saved diagrams: list_diagrams, get_diagram, create_diagram and update_diagram. Ask the AI to edit a diagram and it updates live in the web editor. Learn more: https://yamltools.dev/mcp

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://yamltools--israelps.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "yamltools": {
      "url": "https://yamltools--israelps.run.tools"
    }
  }
}

能力清单

工具说明
validate_yamlValidate and lint a YAML document. Reports syntax errors with line/column, non-fatal lint warnings (tabs, implicit booleans, duplicate keys, dash-no-space) and document stats (documents, keys, max depth, bytes).
convert_yamlConvert between data formats (YAML, JSON, XML, TOML, TOON, CSV, TSV, INI, Properties, ENV). Source format is auto-detected by default; set `from` to force it.
visualize_yamlTurn YAML into a diagram. Returns Mermaid source; with an API key it also returns a public image hosted on yamltools.dev. Supports TREE (hierarchy) and FLOW (flowchart).
list_diagramsList the authenticated user's saved diagrams (id, title, type, visibility, updatedAt). Requires a YAMLTools API key.
get_diagramFetch one of the user's diagrams by id, returning its YAML source and metadata. Requires a YAMLTools API key.
create_diagramSave a new diagram to the user's account. Returns its id and URL. May hit the free-plan limit (paywall). Requires a YAMLTools API key.
update_diagramUpdate an existing diagram of the user (source, title and/or type) and save it. Requires a YAMLTools API key.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。