Skip to content

Commit 220998b

Browse files
nearestnaborsclaude
andcommitted
Stronger instructions to not summarize UI data
Make tool descriptions more explicit with IMPORTANT and DO NOT to prevent agent from verbosely recapping what the UI shows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fb85ae7 commit 220998b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const TOOLS: Tool[] = [
4343
// === X Tools ===
4444
{
4545
name: 'x_auth_status',
46-
description: 'Check if X is authenticated via Arcade. Returns an auth button UI if not connected. The UI handles everything - keep your response brief.',
46+
description: 'Check X authentication status. IMPORTANT: The UI handles everything - DO NOT explain or elaborate. Just acknowledge briefly.',
4747
inputSchema: {
4848
type: 'object',
4949
properties: {},
@@ -109,7 +109,7 @@ const TOOLS: Tool[] = [
109109
},
110110
{
111111
name: 'x_conversations',
112-
description: 'Show X conversations awaiting your reply. Displays mentions that you have not yet responded to. The UI displays all conversations visually - do not summarize or recap the data in your response.',
112+
description: 'Show X conversations awaiting your reply. IMPORTANT: The UI displays everything - DO NOT summarize, list, or recap the conversations. Just say "Here are your conversations" and nothing more.',
113113
inputSchema: {
114114
type: 'object',
115115
properties: {},

0 commit comments

Comments
 (0)