roam-research-mcp 0.22.0 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/tools/schemas.js +1 -1
- package/package.json +1 -1
package/build/tools/schemas.js
CHANGED
|
@@ -399,7 +399,7 @@ export const toolSchemas = {
|
|
|
399
399
|
},
|
|
400
400
|
roam_remember: {
|
|
401
401
|
name: 'roam_remember',
|
|
402
|
-
description: 'Add a memory or piece of information to remember, stored on the daily page with #[[LLM/Memories]] tag and optional categories.
|
|
402
|
+
description: 'Add a memory or piece of information to remember, stored on the daily page with #[[LLM/Memories]] tag and optional categories. \nNOTE on Roam-flavored markdown: For direct linking: use [[link]] syntax. For aliased linking, use [alias]([[link]]) syntax. Do not concatenate words in links/hashtags - correct: #[[multiple words]] #self-esteem (for typically hyphenated words).',
|
|
403
403
|
inputSchema: {
|
|
404
404
|
type: 'object',
|
|
405
405
|
properties: {
|