Skip to content

fix: add trailing periods to MCP tool descriptions#52

Merged
Patrik Simek (patriksimek) merged 1 commit intomainfrom
fix-trailing-periods
Apr 16, 2026
Merged

fix: add trailing periods to MCP tool descriptions#52
Patrik Simek (patriksimek) merged 1 commit intomainfrom
fix-trailing-periods

Conversation

@patriksimek
Copy link
Copy Markdown
Member

No description provided.

@patriksimek Patrik Simek (patriksimek) requested a review from a team as a code owner April 16, 2026 17:04
Copilot AI review requested due to automatic review settings April 16, 2026 17:04
@patriksimek Patrik Simek (patriksimek) added the no-production-impact This PR is not impacting production and does not require a JIRA ticket label Apr 16, 2026
@patriksimek Patrik Simek (patriksimek) merged commit 2734430 into main Apr 16, 2026
6 checks passed
@patriksimek Patrik Simek (patriksimek) deleted the fix-trailing-periods branch April 16, 2026 17:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Standardizes MCP tool description strings by adding trailing periods across multiple endpoint tool definitions, and updates package versioning metadata.

Changes:

  • Add trailing periods to MCP tool description fields across many endpoint tool definitions.
  • Bump SDK package version from 1.2.0 to 1.2.1.
  • Update package-lock.json (including a changed resolved version for hono).

Reviewed changes

Copilot reviewed 23 out of 24 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
src/endpoints/users.mcp.ts Add trailing period to tool description.
src/endpoints/teams.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/sdk/webhooks.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/sdk/rpcs.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/sdk/modules.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/sdk/functions.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/sdk/connections.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/sdk/apps.mcp.ts Add trailing periods to tool descriptions (also exposes “a SDK” grammar on edited lines).
src/endpoints/scenarios.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/organizations.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/keys.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/incomplete-executions.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/hooks.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/functions.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/folders.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/executions.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/enums.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/devices.mcp.ts Add trailing period to tool description.
src/endpoints/data-structures.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/data-stores.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/data-store-records.mcp.ts Add trailing periods to tool descriptions.
src/endpoints/connections.mcp.ts Add trailing periods to tool descriptions.
package.json Bump package version to 1.2.1.
package-lock.json Sync lockfile version fields to 1.2.1 and includes a hono resolution change.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

name: 'sdk-apps_delete',
title: 'Delete SDK app',
description: 'Delete a SDK app by name and version',
description: 'Delete a SDK app by name and version.',
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: use "an" before "SDK". Consider changing this to "Delete an SDK app by name and version."

Suggested change
description: 'Delete a SDK app by name and version.',
description: 'Delete an SDK app by name and version.',

Copilot uses AI. Check for mistakes.
name: 'sdk-apps_get-section',
title: 'Get SDK app section',
description: 'Get a specific section of a SDK app',
description: 'Get a specific section of a SDK app.',
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: use "an" before "SDK". Consider changing this to "Get a specific section of an SDK app."

Suggested change
description: 'Get a specific section of a SDK app.',
description: 'Get a specific section of an SDK app.',

Copilot uses AI. Check for mistakes.
name: 'sdk-apps_set-section',
title: 'Set SDK app section',
description: 'Set/update a specific section of a SDK app',
description: 'Set/update a specific section of a SDK app.',
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: use "an" before "SDK". Consider changing this to "Set/update a specific section of an SDK app."

Suggested change
description: 'Set/update a specific section of a SDK app.',
description: 'Set/update a specific section of an SDK app.',

Copilot uses AI. Check for mistakes.
Comment thread package.json
{
"name": "@makehq/sdk",
"version": "1.2.0",
"version": "1.2.1",
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title indicates a punctuation-only change, but this also bumps the package version. Please confirm this release bump is intended for this change; otherwise keep the version unchanged (or move the version bump into a separate release PR).

Copilot uses AI. Check for mistakes.
name: 'sdk-apps_get',
title: 'Get SDK app',
description: 'Get a SDK app by name and version',
description: 'Get a SDK app by name and version.',
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: use "an" before an initialism pronounced with a leading vowel sound ("SDK"). Consider changing this to "Get an SDK app by name and version."

Suggested change
description: 'Get a SDK app by name and version.',
description: 'Get an SDK app by name and version.',

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-production-impact This PR is not impacting production and does not require a JIRA ticket

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants