Skip to main content
POST
Read a server skill's supporting file

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

serverId
string
required

ID of the server inside the project.

Body

application/json
skillUri
string
required

The owning skill's URI.

Example:

"skill://acme/refunds/SKILL.md"

resourceUri
string
required

The file's URI, which must appear in that skill's manifest.

Example:

"skill://acme/refunds/scripts/run.py"

Response

The verified file, or the refusal that stopped it.

Either the verified file contents, or the refusal that stopped it.

support
object
required

Mutual-declaration state of the skills extension on this connection. active false means the extension was never negotiated — a capability state, not a failure.

file
object
required
refusal
object

Why MCPJam declined to load a skill or file. A refusal is a RESULT, not an error: the request succeeded, and this names the specific check that failed so a server author can act on it.