Skip to main content
Glama

EpicMe MCP

by epicweb-dev

getResourceReference

Retrieve a reference for a specific resource by its ID (1-100) using this tool, enabling MCP clients to interact with the designated resource efficiently.

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" }
Install Server

Other Tools from EpicMe MCP

Related Tools

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/epicweb-dev/epic-me-mcp'

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