Skip to content

Commit 73eb07d

Browse files
Format tool name examples as inline code
Add backticks around example tool names in the Tool Names section for consistent code formatting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 6924a8c commit 73eb07d

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
@@ -219,9 +219,9 @@ A tool definition includes:
219219
- Tool names **SHOULD NOT** contain spaces, commas, or other special characters.
220220
- Tool names **SHOULD** be unique within a server.
221221
- Example valid tool names:
222-
- getUser
223-
- DATA_EXPORT_v2
224-
- admin.tools.list
222+
- `getUser`
223+
- `DATA_EXPORT_v2`
224+
- `admin.tools.list`
225225

226226
### Tool Result
227227

0 commit comments

Comments
 (0)