[Bug] NetBox MCP tools fail JSON parsing despite valid API response #128
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 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_id instead of device field, suggesting possible outdated API schema.
Suggested Investigation
Workaround
Use direct curl calls instead of MCP tools.
Generated by /debug-report
Closing as duplicate of #126. See PR #132 for the fix.