open-resource
Retrieve static resources by URI for efficient integration with BuildBetter's MCP server, streamlining access to company and customer knowledge.
Instructions
Fetch a static resource by URI returned from ListResources
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"
}