io.github.leonardomso/luca-mcp
NPM · @SETLUCA/MCP · SCANNED AUG 3
Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 23 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 10291 tokens (~147/item across 70 items; 67 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage92
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 70% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @setluca/mcp
claude mcp add leonardomso-luca-mcp -- npx -y @setluca/mcp
codex mcp add leonardomso-luca-mcp -- npx -y @setluca/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"leonardomso-luca-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@setluca/mcp"
],
"enabled": true
}
}
} openclaw mcp add leonardomso-luca-mcp --command npx --arg -y --arg @setluca/mcp
mcp_servers:
leonardomso-luca-mcp:
command: "npx"
args: ["-y", "@setluca/mcp"] {
"mcpServers": {
"leonardomso-luca-mcp": {
"command": "npx",
"args": [
"-y",
"@setluca/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +41
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 1 Aug 26 +19
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −19
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −25
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 27 Jul 26 44
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@setluca/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 98 packages
98 packages in the resolved dependency tree · 98 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
luca_bookings_cancel Luca bookings.cancel ~144
Cancel a booking. Luca operation: DELETE /api/bookings/{id} Required scopes: bookings:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_bookings_create Luca bookings.create ~153
Create a provider-neutral booking record. Body requires leadId and slotAt. Luca operation: POST /api/bookings Required scopes: bookings:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_bookings_list Luca bookings.list ~150
List bookings. Query supports limit, cursor, status, and upcoming. Luca operation: GET /api/bookings Required scopes: bookings:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_bookings_update Luca bookings.update ~154
Reschedule or update booking status. Luca operation: PATCH /api/bookings/{id} Required scopes: bookings:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_approve Luca broadcasts.approve ~155
Approve a safe broadcast draft and snapshot recipients. Luca operation: POST /api/broadcasts/{id}/approve Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_cancel Luca broadcasts.cancel ~165
Cancel a draft, approved, running, paused, or failed broadcast. Luca operation: POST /api/broadcasts/{id}/cancel Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_create Luca broadcasts.create ~152
Create a broadcast draft. Body requires campaignId and name. Luca operation: POST /api/broadcasts Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_get Luca broadcasts.get ~102
Get broadcast detail. Luca operation: GET /api/broadcasts/{id} Required scopes: broadcasts:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_launch Luca broadcasts.launch ~220
Launch an approved broadcast. Sends messages to live leads. Luca operation: POST /api/broadcasts/{id}/launch Required scopes: broadcasts:write Required capability: queue_ops; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Destructive: has a real-world side effect. You must pass confirm: true; the call is rejected without it. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | This tool has a real-world side effect (sends messages or re-triggers downstream automations). Pass confirm: true to proceed; the call is rejected without it. |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_list Luca broadcasts.list ~150
List broadcasts. Query supports limit, cursor, and status. Luca operation: GET /api/broadcasts Required scopes: broadcasts:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_pause Luca broadcasts.pause ~161
Pause a running broadcast with an optional operator reason. Luca operation: POST /api/broadcasts/{id}/pause Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_preview Luca broadcasts.preview ~159
Refresh broadcast recipient and sample-message preview. Luca operation: POST /api/broadcasts/{id}/preview Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_broadcasts_retry Luca broadcasts.retry ~231
Retry failed broadcast recipients after operator review. Re-sends messages to leads. Luca operation: POST /api/broadcasts/{id}/retry Required scopes: broadcasts:write Required capability: queue_ops; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Destructive: has a real-world side effect. You must pass confirm: true; the call is rejected without it. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| confirm | boolean | — | This tool has a real-world side effect (sends messages or re-triggers downstream automations). Pass confirm: true to proceed; the call is rejected without it. |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_analytics Luca campaigns.analytics ~114
Read campaign attribution and performance analytics. Luca operation: GET /api/campaigns/{id}/analytics Required scopes: analytics:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_commentEvents_list Luca campaigns.commentEvents.list ~155
List matched, suppressed, blocked, and replayed comment automation events. Luca operation: GET /api/campaigns/comment-events Required scopes: campaigns:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| provenance | object | — | — |
| result | object | yes | — |
No examples provided.
luca_campaigns_create Luca campaigns.create ~152
Create a campaign draft. Body requires name and may include graph. Luca operation: POST /api/campaigns Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_draft_update Luca campaigns.draft.update ~158
Autosave a campaign draft. Luca operation: PATCH /api/campaigns/{id}/draft Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_enroll Luca campaigns.enroll ~240
Enroll a lead in the latest published campaign version. Triggers the live campaign's automation for that lead. Luca operation: POST /api/campaigns/{id}/enrollments Required scopes: campaigns:write Required capability: queue_ops; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Destructive: has a real-world side effect. You must pass confirm: true; the call is rejected without it. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| confirm | boolean | — | This tool has a real-world side effect (sends messages or re-triggers downstream automations). Pass confirm: true to proceed; the call is rejected without it. |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | — | yes | — |
No examples provided.
luca_campaigns_enrollments_list Luca campaigns.enrollments.list ~151
List campaign enrollments. Luca operation: GET /api/campaigns/{id}/enrollments Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_generate Luca campaigns.generate ~153
Generate a safe AI campaign plan without creating or publishing it. Luca operation: POST /api/campaigns/generate Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_get Luca campaigns.get ~105
Get campaign draft and latest published version. Luca operation: GET /api/campaigns/{id} Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_list Luca campaigns.list ~149
List campaigns. Query supports limit, cursor, and status. Luca operation: GET /api/campaigns Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_providerCapabilities Luca campaigns.providerCapabilities ~111
Evaluate provider capability blockers for a campaign draft. Luca operation: GET /api/campaigns/{id}/provider-capabilities Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_simulations_create Luca campaigns.simulations.create ~163
Run a persisted dry-run simulation without sending messages. Luca operation: POST /api/campaigns/{id}/simulations Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_simulations_get Luca campaigns.simulations.get ~121
Get a campaign simulation run with trace. Luca operation: GET /api/campaigns/{id}/simulations/{simulationId} Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| simulationId | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_campaigns_simulations_list Luca campaigns.simulations.list ~150
List persisted campaign simulation runs. Luca operation: GET /api/campaigns/{id}/simulations Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_capabilities_get Luca capabilities.get ~125
Describe Luca's public API capabilities, scopes, and boundaries. Luca operation: GET /api/capabilities Required scopes: leads:read, conversations:read, bookings:read, campaigns:read, broadcasts:read, webhooks:read, integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_conversations_get Luca conversations.get ~105
Get a conversation with messages and lead context. Luca operation: GET /api/conversations/{id} Required scopes: conversations:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| provenance | object | — | — |
| result | object | yes | — |
No examples provided.
luca_conversations_list Luca conversations.list ~151
List recent conversations. Query supports limit, cursor, channel, and q. Luca operation: GET /api/conversations Required scopes: conversations:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| provenance | object | — | — |
| result | object | yes | — |
No examples provided.
luca_integrations_connectors_list Luca integrations.connectors.list ~145
List Zapier, Make, and CRM provider capabilities. Luca operation: GET /api/integrations/connectors Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_connections_create Luca integrations.crm.connections.create ~156
Create or update a workspace-scoped CRM connection. Luca operation: POST /api/integrations/crm/connections Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_connections_health Luca integrations.crm.connections.health ~155
Probe CRM provider health. Luca operation: POST /api/integrations/crm/connections/{id}/health Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_connections_list Luca integrations.crm.connections.list ~141
List CRM connections. Luca operation: GET /api/integrations/crm/connections Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_connections_schema Luca integrations.crm.connections.schema ~111
Discover CRM provider schema. Luca operation: GET /api/integrations/crm/connections/{id}/schema Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_connections_webhooksSetup Luca integrations.crm.connections.webhooksSetup ~167
Configure CRM provider webhook status. Luca operation: POST /api/integrations/crm/connections/{id}/webhooks/setup Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_mappings_confirm Luca integrations.crm.mappings.confirm ~164
Confirm CRM field mappings. Luca operation: PUT /api/integrations/crm/connections/{id}/mappings Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_mappings_suggest Luca integrations.crm.mappings.suggest ~160
Suggest CRM field mappings. Luca operation: POST /api/integrations/crm/connections/{id}/mappings/suggest Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_oauthCallback Luca integrations.crm.oauthCallback ~158
Exchange a CRM OAuth code and store encrypted credentials. Luca operation: POST /api/integrations/crm/oauth/callback Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_oauthUrl Luca integrations.crm.oauthUrl ~121
Create a CRM provider OAuth URL. Luca operation: GET /api/integrations/crm/providers/{provider}/oauth-url Required scopes: integrations:write Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| provider | string | yes | — |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_syncRuns_create Luca integrations.crm.syncRuns.create ~170
Create a CRM dry-run or live sync run. Luca operation: POST /api/integrations/crm/connections/{id}/sync-runs Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_crm_syncRuns_list Luca integrations.crm.syncRuns.list ~156
List CRM sync history. Luca operation: GET /api/integrations/crm/connections/{id}/sync-runs Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_integrations_events_list Luca integrations.events.list ~144
List integration event log. Luca operation: GET /api/integrations/events Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| query | object | — | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_leads_consents_grant Luca leads.consents.grant ~162
Grant explicit lead consent for a channel purpose. Luca operation: POST /api/leads/{id}/consents Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | — | yes | — |
No examples provided.
luca_leads_consents_revoke Luca leads.consents.revoke ~165
Revoke explicit lead consent for a channel purpose. Luca operation: POST /api/leads/{id}/consents/revoke Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | — | yes | — |
No examples provided.
luca_leads_create Luca leads.create ~154
Create or upsert a lead identity. Body requires channel and externalUserId. Luca operation: POST /api/leads Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
luca_leads_explain Luca leads.explain ~122
Explain why a lead qualified: the qualifier's reasoning, signals, and confidence from its most recent drafted turn. Luca operation: GET /api/leads/{id}/explain Required scopes: leads:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| provenance | object | — | — |
| result | — | yes | — |
No examples provided.
luca_leads_fieldDefinitions_list Luca leads.fieldDefinitions.list ~141
List custom lead field definitions. Luca operation: GET /api/leads/field-definitions Required scopes: leads:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| maxPages | integer | — | Max pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| provenance | object | — | — |
| result | — | yes | — |
No examples provided.
luca_leads_fieldDefinitions_upsert Luca leads.fieldDefinitions.upsert ~154
Create or update a custom lead field definition. Luca operation: POST /api/leads/field-definitions Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | — | yes | — |
No examples provided.
luca_leads_get Luca leads.get ~105
Get a lead's full timeline and notes. Luca operation: GET /api/leads/{id} Required scopes: leads:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| provenance | object | — | — |
| result | object | yes | — |
No examples provided.
luca_leads_identities_attach Luca leads.identities.attach ~162
Attach a verified or claimed identity to a lead. Luca operation: POST /api/leads/{id}/identities Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | — |
| id | string | yes | — |
| idempotencyKey | string | — | Stable key for safe retries. If omitted, the MCP server generates a unique key for this call. |
| workspaceId | string | — | Optional Luca workspace id override. |
| workspaceSlug | string | — | Optional Luca workspace slug override. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | — | yes | — |
No examples provided.