II.
LibraryProcess JSON
Structured · livelib-process:cli-mcp-development--mcp-tool-implementation
specializations/cli-mcp-development/mcp-tool-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cli-mcp-development--mcp-tool-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cli-mcp-development/mcp-tool-implementation",
"description": "MCP Tool Implementation - Design and implement a new MCP tool with JSON Schema validation,\nexecution logic, error handling, and comprehensive documentation for AI consumption.",
"libraryPath": "library/specializations/cli-mcp-development/mcp-tool-implementation.js",
"specialization": "cli-mcp-development",
"references": [
"- MCP Tools Concept: https://modelcontextprotocol.io/docs/concepts/tools",
"- JSON Schema: https://json-schema.org/"
],
"example": "const result = await orchestrate('specializations/cli-mcp-development/mcp-tool-implementation', {\n projectName: 'file-ops-mcp',\n toolName: 'read_file',\n toolDescription: 'Read contents of a file at the specified path',\n inputSchema: {\n type: 'object',\n properties: {\n path: { type: 'string', description: 'Absolute path to the file' }\n },\n required: ['path']\n }\n});",
"usesAgents": [
"mcp-tool-designer",
"mcp-testing-expert",
"mcp-tool-documenter"
]
},
"outgoingEdges": [
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "skill-area:mcp-tool-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "lib-agent:cli-mcp-development--mcp-tool-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "lib-agent:cli-mcp-development--mcp-testing-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--mcp-tool-implementation",
"to": "lib-agent:cli-mcp-development--mcp-tool-documenter",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}