II.
Tool JSON
Structured · livetool:wordpress
WordPress json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:wordpress",
"_kind": "Tool",
"_file": "domain/tools/stack-part-implementations.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "WordPress",
"homepageUrl": "https://wordpress.org",
"kind": "other",
"description": "Open-source PHP/MySQL content management system. Powers a large fraction\nof public websites; rich plugin/theme ecosystem.\n"
},
"outgoingEdges": [
{
"from": "tool:wordpress",
"to": "language:php",
"kind": "belongs_to_language"
},
{
"from": "tool:wordpress",
"to": "stack-part:cms",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool:wordpress",
"to": "skill-area:content-strategy",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:wordpress",
"to": "tool:strapi",
"kind": "alternative_to",
"attributes": {
"comparison": "CMS platforms — WordPress is traditional PHP CMS; Strapi is headless Node.js CMS"
}
}
],
"incomingEdges": [
{
"from": "stack-part:cms",
"to": "tool:wordpress",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "tool:strapi",
"to": "tool:wordpress",
"kind": "alternative_to",
"attributes": {
"comparison": "CMS platforms — Strapi is headless Node.js CMS; WordPress is traditional PHP CMS"
}
},
{
"from": "tool-server:mcp-wordpress",
"to": "tool:wordpress",
"kind": "integrates_with",
"attributes": {}
}
]
}