[Bug] NetBox MCP tools fail JSON parsing despite valid API response #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Diagnostic Report
Generated: 2026-01-23T22:30:00Z
Command Tested:
/cmdb-assistant:cmdb-device(device listing)Reporter: Claude Code via /debug-report
Plugin: cmdb-assistant
Problem Summary
All NetBox MCP tools (
mcp__plugin_cmdb-assistant_netbox__*) fail with JSON parsing errors, even though the NetBox API returns valid JSON responses.Error Message:
Evidence
Key Observations
Hypothesis
The MCP server HTTP client or JSON parser is likely:
Additional Issue
Service creation API requires
parent_object_type+parent_object_idinstead ofdevicefield, suggesting possible outdated API schema.Suggested Investigation
mcp-servers/netbox/Workaround
Use direct curl calls:
Generated by /debug-report
Closing as duplicate of #126. See PR #132 for the fix.