Tool-Instance Storage
toolInstanceStorage API (Server-Side)
toolInstanceStorage API (Server-Side)Primary Use Case
Available Functions
1. this.toolInstanceStorage.write(name, value, expirationTimestamp)
this.toolInstanceStorage.write(name, value, expirationTimestamp)Placeholder
Description
Type
Required
Example
2. this.toolInstanceStorage.read(name)
this.toolInstanceStorage.read(name)Placeholder
Description
Type
Required
Example
3. this.toolInstanceStorage.delete(name)
this.toolInstanceStorage.delete(name)Placeholder
Description
Type
Required
Example
✅ Best Practices
Summary
Last updated
Was this helpful?