fix(confluence): fix truncated get_user tool description in docs

Remove apostrophe from description that caused MDX generation to
truncate at the escape character.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Waleed Latif
2026-02-25 15:16:47 -08:00
committed by waleed
parent 1dc4ff2c62
commit 58a5c7dd00
4 changed files with 9 additions and 9 deletions

View File

@@ -38,8 +38,8 @@ import {
EyeIcon,
FirecrawlIcon,
FirefliesIcon,
GithubIcon,
GitLabIcon,
GithubIcon,
GmailIcon,
GongIcon,
GoogleBooksIcon,
@@ -73,9 +73,9 @@ import {
LinearIcon,
LinkedInIcon,
LinkupIcon,
MailServerIcon,
MailchimpIcon,
MailgunIcon,
MailServerIcon,
Mem0Icon,
MicrosoftDataverseIcon,
MicrosoftExcelIcon,
@@ -108,6 +108,8 @@ import {
ResendIcon,
RevenueCatIcon,
S3Icon,
SQSIcon,
STTIcon,
SalesforceIcon,
SearchIcon,
SendgridIcon,
@@ -119,19 +121,17 @@ import {
SimilarwebIcon,
SlackIcon,
SmtpIcon,
SQSIcon,
SshIcon,
STTIcon,
StagehandIcon,
StripeIcon,
SupabaseIcon,
TTSIcon,
TavilyIcon,
TelegramIcon,
TextractIcon,
TinybirdIcon,
TranslateIcon,
TrelloIcon,
TTSIcon,
TwilioIcon,
TypeformIcon,
UpstashIcon,
@@ -142,11 +142,11 @@ import {
WhatsAppIcon,
WikipediaIcon,
WordpressIcon,
xIcon,
YouTubeIcon,
ZendeskIcon,
ZepIcon,
ZoomIcon,
xIcon,
} from '@/components/icons'
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

View File

@@ -1404,7 +1404,7 @@ Delete a Confluence blog post.
### `confluence_get_user`
Get a Confluence user\
Get display name and profile info for a Confluence user by account ID.
#### Input

View File

@@ -147,4 +147,4 @@
"zep",
"zoom"
]
}
}

View File

@@ -25,7 +25,7 @@ export const confluenceGetUserTool: ToolConfig<ConfluenceGetUserParams, Confluen
{
id: 'confluence_get_user',
name: 'Confluence Get User',
description: "Get a Confluence user's display name and profile info by their account ID.",
description: 'Get display name and profile info for a Confluence user by account ID.',
version: '1.0.0',
oauth: {