Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/users/{userId}/resources/read \ --header 'Content-Type: application/json' \ --data ' { "uri": "<string>", "serverName": "<string>" } '
{ "uri": "<string>", "name": "<string>", "description": "<string>", "mimeType": "<string>", "content": {}, "type": "<string>", "metadata": {}, "serverName": "<string>" }
Reads the content of a specific resource
Resource content