read-resource
Fetch static resources by URI using this MCP tool, streamlining access to essential data for product teams within the BuildBetter ecosystem.
Instructions
Alias of open-resource to fetch a static resource by URI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uri | Yes | Resource URI (must match ListResources) |
Input Schema (JSON Schema)
{
"properties": {
"uri": {
"description": "Resource URI (must match ListResources)",
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}