Skip to content

Commit 2ba3969

Browse files
Merge pull request modelcontextprotocol#1971 from jonathanhefner/format-tool-names-as-code
Format tool name examples as inline code
2 parents d0f396d + 73eb07d commit 2ba3969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/specification/draft/server/tools.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ A tool definition includes:
220220
- Tool names **SHOULD NOT** contain spaces, commas, or other special characters.
221221
- Tool names **SHOULD** be unique within a server.
222222
- Example valid tool names:
223-
- getUser
224-
- DATA_EXPORT_v2
225-
- admin.tools.list
223+
- `getUser`
224+
- `DATA_EXPORT_v2`
225+
- `admin.tools.list`
226226

227227
### Tool Result
228228

0 commit comments

Comments
 (0)