Back to Search

neo_sys_registry_feedback

1.0.0

Provides feedback on documentation to adjust the global Trust Score.

Free (System Tool) (System)
Updated: May 14, 2026

Example Output

Formatted JSON response returned by this tool:

{
  "status": "success",
  "message": "Trust Score updated successfully."
}

Setup Configuration

Add the following configuration to your MCP general settings or mcp_config.json:

{
  "mcpServers": {
    "neonia": {
      "serverUrl": "https://mcp.neonia.io/mcp?tools=neo_sys_registry_feedback",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}