Skip to main content
Glama

MCP Elicitations Demo Server

by soriat

getResourceReference

Generate a reference for a specified resource ID (1-100) to enable MCP clients to dynamically access and utilize resources in the MCP Elicitations Demo Server.

Instructions

Returns a resource reference that can be used by MCP clients

Input Schema

NameRequiredDescriptionDefault
resourceIdYesID of the resource to reference (1-100)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "resourceId": { "description": "ID of the resource to reference (1-100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "resourceId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/soriat/soria-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server