Skip to content

Commit 3470afb

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
fix(mcp): fix tool description of jq_filter
1 parent e3efc01 commit 3470afb

File tree

127 files changed

+127
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+127
-220
lines changed

packages/mcp-server/src/tools/qbd/accounts/create-qbd-accounts.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515

1616
export const tool: Tool = {
1717
name: 'create_qbd_accounts',
18-
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new financial account.",
18+
description: 'Creates a new financial account.',
2019
inputSchema: {
2120
type: 'object',
2221
properties: {

packages/mcp-server/src/tools/qbd/accounts/list-qbd-accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
1616
export const tool: Tool = {
1717
name: 'list_qbd_accounts',
1818
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of accounts. NOTE: QuickBooks Desktop does not support pagination for accounts; hence, there is no `cursor` parameter. Users typically have few accounts.",
19+
'Returns a list of accounts. NOTE: QuickBooks Desktop does not support pagination for accounts; hence, there is no `cursor` parameter. Users typically have few accounts.',
2020
inputSchema: {
2121
type: 'object',
2222
properties: {

packages/mcp-server/src/tools/qbd/accounts/retrieve-qbd-accounts.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515

1616
export const tool: Tool = {
1717
name: 'retrieve_qbd_accounts',
18-
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an account by ID.",
18+
description: 'Retrieves an account by ID.',
2019
inputSchema: {
2120
type: 'object',
2221
properties: {

packages/mcp-server/src/tools/qbd/accounts/update-qbd-accounts.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515

1616
export const tool: Tool = {
1717
name: 'update_qbd_accounts',
18-
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nUpdates an existing financial account.",
18+
description: 'Updates an existing financial account.',
2019
inputSchema: {
2120
type: 'object',
2221
properties: {

packages/mcp-server/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515

1616
export const tool: Tool = {
1717
name: 'create_qbd_bill_check_payments',
18-
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new bill check payment.",
18+
description: 'Creates a new bill check payment.',
2019
inputSchema: {
2120
type: 'object',
2221
properties: {

packages/mcp-server/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
1616
export const tool: Tool = {
1717
name: 'list_qbd_bill_check_payments',
1818
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of bill check payments. Use the `cursor` parameter to paginate through the results.",
19+
'Returns a list of bill check payments. Use the `cursor` parameter to paginate through the results.',
2020
inputSchema: {
2121
type: 'object',
2222
properties: {

packages/mcp-server/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515

1616
export const tool: Tool = {
1717
name: 'retrieve_qbd_bill_check_payments',
18-
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a bill check payment by ID.",
18+
description: 'Retrieves a bill check payment by ID.',
2019
inputSchema: {
2120
type: 'object',
2221
properties: {

packages/mcp-server/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515

1616
export const tool: Tool = {
1717
name: 'update_qbd_bill_check_payments',
18-
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nUpdates an existing bill check payment.",
18+
description: 'Updates an existing bill check payment.',
2019
inputSchema: {
2120
type: 'object',
2221
properties: {

packages/mcp-server/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
1515

1616
export const tool: Tool = {
1717
name: 'create_qbd_bill_credit_card_payments',
18-
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new bill credit card payment.",
18+
description: 'Creates a new bill credit card payment.',
2019
inputSchema: {
2120
type: 'object',
2221
properties: {

packages/mcp-server/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
1616
export const tool: Tool = {
1717
name: 'list_qbd_bill_credit_card_payments',
1818
description:
19-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of bill credit card payments. Use the `cursor` parameter to paginate through the results.",
19+
'Returns a list of bill credit card payments. Use the `cursor` parameter to paginate through the results.',
2020
inputSchema: {
2121
type: 'object',
2222
properties: {

0 commit comments

Comments
 (0)