execute_custom_workflow
Run a custom workflow on the Linked API MCP server to automate LinkedIn tasks, such as lead searches, profile analysis, and messaging, through connected AI assistants.
Instructions
Execute a custom workflow definition
Input Schema
Name | Required | Description | Default |
---|---|---|---|
definition | Yes |
Input Schema (JSON Schema)
{
"properties": {
"definition": {
"type": "object"
}
},
"required": [
"definition"
],
"type": "object"
}