Primitives
List server skills
Returns the Agent Skills a connected server serves over the MCP skills extension (SEP-2640), including skills it advertises that MCPJam declines to load. Not paginated: the catalog is drained server-side, because duplicate detection spans the whole listing.
post/projects/{projectId}/servers/{serverId}/skills
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
serverIdstring required
ID of the server inside the project.
Request body
object required
Response
The server's skill catalog.
Example response
{
"skills": [
{
"resources": [
{
"digest": "sha256:e3b0c44298fc1c149afbf4c8996fb924..."
}
]
}
]
}