Skip to content

Commit f3687ac

Browse files
fix(mcp): fix tool description of jq_filter
1 parent 9abbf0b commit f3687ac

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

packages/mcp-server/src/tools/hris/employments/retrieve-many-hris-employments.ts

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

1717
export const tool: Tool = {
1818
name: 'retrieve_many_hris_employments',
19-
description:
20-
"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\nRead individual employment and income data",
19+
description: 'Read individual employment and income data',
2120
inputSchema: {
2221
type: 'object',
2322
properties: {

packages/mcp-server/src/tools/hris/pay-statements/retrieve-many-hris-pay-statements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
1717
export const tool: Tool = {
1818
name: 'retrieve_many_hris_pay_statements',
1919
description:
20-
"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\nRead detailed pay statements for each individual.\n\nDeduction and contribution types are supported by the payroll systems that supports Benefits.",
20+
'Read detailed pay statements for each individual.\n\nDeduction and contribution types are supported by the payroll systems that supports Benefits.',
2121
inputSchema: {
2222
type: 'object',
2323
properties: {

packages/mcp-server/src/tools/providers/list-providers.ts

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

1717
export const tool: Tool = {
1818
name: 'list_providers',
19-
description:
20-
"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\nReturn details on all available payroll and HR systems.",
19+
description: 'Return details on all available payroll and HR systems.',
2120
inputSchema: {
2221
type: 'object',
2322
properties: {},

packages/mcp-server/src/tools/sandbox/employment/update-sandbox-employment.ts

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

1717
export const tool: Tool = {
1818
name: 'update_sandbox_employment',
19-
description:
20-
"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\nUpdate sandbox employment",
19+
description: 'Update sandbox employment',
2120
inputSchema: {
2221
type: 'object',
2322
properties: {

0 commit comments

Comments
 (0)