06-03-2026 08:13 AM
Has anyone facing the same issue?
Basically we created a MCP to use OpenMetadata functionalities. It works fine on AI Playground, and it works fine on Databricks Genie (previously, Databricks One). But when I try to add this MCP on Genie Code, it fails with a generic message:
"External MCP: ... could not be added. Please see the documentation for more information and try again later."
The second issue is: our MCP Jira is not working properly. It works fine, with WRITE capabilities on Genie Code. But when I try to use on Databricks Genie, it fails saying that it doesn't contains WRITE capabilities (but it contains and it's working).
Anyone facing similar issues?
06-05-2026 05:17 PM
Hello @arthurandrade , I looked into this and here is what If found:
These are really two separate problems, and the thing that untangles them is realizing that AI Playground, Chat in Genie (what used to sit under Databricks One), and Genie Code are three different surfaces with three different MCP capability models. The same server can behave differently in each, so it helps to reason about them one at a time.
One clue from your setup points the way. Your Jira MCP adds fine in Genie Code, but OpenMetadata doesn't. That tells me Genie Code's MCP plumbing works for you in general, so the add failure is almost certainly specific to the OpenMetadata server, not a blanket Genie Code config problem.
First issue: OpenMetadata won't add in Genie Code. I'd check these roughly in order.
For fast triage, point a UC connection at OpenMetadata and test it in AI Playground (you said it works there) against Genie Code with all other tools disabled. If Playground works but Genie Code still rejects it, you're most likely looking at the schema validation or transport path. At that point, open a support ticket with the connection name and a timestamp so they can pull the proxy logs.
Second issue: Jira writes work in Genie Code, but Databricks Genie says "no WRITE capabilities." Here I want to be honest about my confidence.
What the docs support is that the Genie surface is read oriented by design. Chat in Genie's external MCP and connector story is framed around searching documents to answer questions, and the managed Genie and Genie Space MCP servers are documented as read-only (Genie's generated SQL is always read-only). So write-capable external MCP actions in Chat in Genie may simply be unsupported, or supported inconsistently, today. The "no WRITE capabilities" message most likely reflects a Genie-side limitation, not your MCP lacking write.
A few things to try and check. First, confirm reads work in Genie chat with a read-only Jira tool. If reads succeed but writes fail, that points hard at a Genie limitation or bug rather than your server. Second, annotate your write tools explicitly in the Jira MCP: set readOnlyHint to false, and destructiveHint to true where it applies. Clients treat absent annotations differently, so Genie Code may invoke regardless while Chat in Genie inspects the advertised capability. It's a cheap experiment, though it may not override a hard Genie restriction. Third, verify your OAuth scopes if any path uses the managed Atlassian connection. Its default scopes are read-only (read:jira-work, read:jira-user, read:confluence-content.all, offline_access) with no write:jira-work. Since you built your own MCP, double-check which credential and scope the Genie surface actually presents.
Here's my honest "I don't know." I couldn't find documentation that clearly confirms Chat in Genie supports arbitrary write-capable MCP actions today, so I can't promise the annotation fix will make writes work there. If reads succeed but writes don't after the checks above, treat it as a likely product limitation and file a support ticket.
The practical takeaway: use Genie Code in Agent mode for any tool or action workflow that needs write behavior, and treat Genie and Chat in Genie as primarily read, search, and answer oriented until Databricks documents write support more clearly.
Regards, Louis.
Sources used in my research:
06-05-2026 05:17 PM
Hello @arthurandrade , I looked into this and here is what If found:
These are really two separate problems, and the thing that untangles them is realizing that AI Playground, Chat in Genie (what used to sit under Databricks One), and Genie Code are three different surfaces with three different MCP capability models. The same server can behave differently in each, so it helps to reason about them one at a time.
One clue from your setup points the way. Your Jira MCP adds fine in Genie Code, but OpenMetadata doesn't. That tells me Genie Code's MCP plumbing works for you in general, so the add failure is almost certainly specific to the OpenMetadata server, not a blanket Genie Code config problem.
First issue: OpenMetadata won't add in Genie Code. I'd check these roughly in order.
For fast triage, point a UC connection at OpenMetadata and test it in AI Playground (you said it works there) against Genie Code with all other tools disabled. If Playground works but Genie Code still rejects it, you're most likely looking at the schema validation or transport path. At that point, open a support ticket with the connection name and a timestamp so they can pull the proxy logs.
Second issue: Jira writes work in Genie Code, but Databricks Genie says "no WRITE capabilities." Here I want to be honest about my confidence.
What the docs support is that the Genie surface is read oriented by design. Chat in Genie's external MCP and connector story is framed around searching documents to answer questions, and the managed Genie and Genie Space MCP servers are documented as read-only (Genie's generated SQL is always read-only). So write-capable external MCP actions in Chat in Genie may simply be unsupported, or supported inconsistently, today. The "no WRITE capabilities" message most likely reflects a Genie-side limitation, not your MCP lacking write.
A few things to try and check. First, confirm reads work in Genie chat with a read-only Jira tool. If reads succeed but writes fail, that points hard at a Genie limitation or bug rather than your server. Second, annotate your write tools explicitly in the Jira MCP: set readOnlyHint to false, and destructiveHint to true where it applies. Clients treat absent annotations differently, so Genie Code may invoke regardless while Chat in Genie inspects the advertised capability. It's a cheap experiment, though it may not override a hard Genie restriction. Third, verify your OAuth scopes if any path uses the managed Atlassian connection. Its default scopes are read-only (read:jira-work, read:jira-user, read:confluence-content.all, offline_access) with no write:jira-work. Since you built your own MCP, double-check which credential and scope the Genie surface actually presents.
Here's my honest "I don't know." I couldn't find documentation that clearly confirms Chat in Genie supports arbitrary write-capable MCP actions today, so I can't promise the annotation fix will make writes work there. If reads succeed but writes don't after the checks above, treat it as a likely product limitation and file a support ticket.
The practical takeaway: use Genie Code in Agent mode for any tool or action workflow that needs write behavior, and treat Genie and Chat in Genie as primarily read, search, and answer oriented until Databricks documents write support more clearly.
Regards, Louis.
Sources used in my research:
06-10-2026 06:38 AM
Hi Louis.
Thank you for your time and your response in here.
Let me address that, step by step.
First issue: OpenMetadata won't add in Genie Code. I'd check these roughly in order.
Yeah, I have a ticket opened for that case. It works fine on AI Playground and on Genie, but not on Genie Code.
Second issue: Jira writes work in Genie Code, but Databricks Genie says "no WRITE capabilities."
Yeah, this is a limitation on Genie. Using Genie Code to perform actions is good, for coding, but it requires manual interaction, that only makes sense for coding. What I expect from an agent: autonomy and capacity of effectively do things, for example: flag a ticket, add a comment based on daily analysis, etc.
The agent is not doing that. It's just reading, and retrieving JIRA tickets is something easy that I can do, I don't need an agent to do that for me.
Already confirmed with Databricks support team. Genie can't perform actions, while Genie Code can. Weird, but I hope you guys can solve this in the next DAIS.
Thanks for your time and attention, Louis!