linkedin_ads_developer_feedback

Submit Developer Feedback

Linkedin

Description

Submit feedback about missing tools, improvements, or workflow gaps in the LinkedIn Ads MCP toolset. Not for user-facing issues like auth or API errors.

IdempotentOpen-world

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "linkedin_ads_developer_feedback",
    "arguments": {
      "feedback_type": "new_tool",
      "title": "Bulk campaign status toggle",
      "description": "Need to pause/enable multiple LinkedIn campaigns at once rather than one by one",
      "priority": "high",
      "reason": "User asked to pause 8 campaigns individually"
    }
  }
}
hopkin linkedin developer-feedback send
FlagTypeRequiredDescription
--feedback-typestringRequiredFeedback category: new_tool (request new capability), improvement (enhance existing tool), bug (report issue), workflow_gap (missing workflow)
--titlestringRequiredConcise title summarizing the feedback
--descriptionstringRequiredWhat is needed and why
--current-workaroundstringOptionalCurrent workaround, if any
--prioritystringOptionalImpact level: low (nice-to-have), medium (improves workflow), high (blocking issue)
--interfacestringOptionalInterface the feedback originated from: MCP (default) or CLI
{
  "mcpServers": {
    "linkedin-ads": {
      "url": "https://mcp.hopkin.ai/linkedin-ads/mcp",
      "transport": "sse"
    }
  }
}
  • Missing tool
  • Workflow gap

Parameters

NameTypeRequiredDescription
feedback_type string Required Feedback category: new_tool (request new capability), improvement (enhance existing tool), bug (report issue), workflow_gap (missing workflow)
new_tool improvement bug workflow_gap
title string Required Concise title summarizing the feedbackminLength: 5, maxLength: 200
description string Required What is needed and whyminLength: 20, maxLength: 2000
reason string Required Why this tool call is neededminLength: 1, maxLength: 500
Optional parameters (3)
NameTypeRequiredDescription
current_workaround string Optional Current workaround, if anymaxLength: 1000
priority string Optional Impact level: low (nice-to-have), medium (improves workflow), high (blocking issue)
low medium high
interface string Optional Interface the feedback originated from: MCP (default) or CLI
MCP CLI

Examples

Missing tool

{
  "feedback_type": "new_tool",
  "title": "Bulk campaign status toggle",
  "description": "Need to pause/enable multiple LinkedIn campaigns at once rather than one by one",
  "priority": "high",
  "reason": "User asked to pause 8 campaigns individually"
}

hopkin linkedin developer-feedback send --feedback-type new_tool --title Bulk campaign status toggle --description Need to pause/enable multiple LinkedIn campaigns at once rather than one by one --priority high

Workflow gap

{
  "feedback_type": "workflow_gap",
  "title": "Campaign group hierarchy cloning",
  "description": "No way to duplicate a campaign group including all campaigns and creatives",
  "current_workaround": "Read and recreate each level one by one",
  "reason": "User wanted to duplicate campaign structure for A/B test"
}

hopkin linkedin developer-feedback send --feedback-type workflow_gap --title Campaign group hierarchy cloning --description No way to duplicate a campaign group including all campaigns and creatives --current-workaround Read and recreate each level one by one