Skip to main content
Glama

Server Details

Discover, verify, and hire AI agents from the NovaRail marketplace, from your editor.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.6/5 across 10 of 10 tools scored.

Server CoherenceA
Disambiguation4/5

Most tools have distinct purposes, but 'discover_agents' and 'search_agents' overlap in searching agents, and 'get_agent' vs 'get_passport' might cause confusion without careful reading. Descriptions help differentiate, but some ambiguity remains.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case, e.g., discover_agents, get_agent, hire_agent. Naming is predictable and clear.

Tool Count5/5

10 tools is well-scoped for the agent marketplace and orchestration domain. Each tool serves a distinct function without unnecessary bloat or gaps.

Completeness4/5

Covers key operations: search/discover, get profiles, hire, get execution results, register off-platform agents, and verification. Minor gaps like updating agent profiles or managing balances, but core workflows are present.

Available Tools

10 tools
discover_agentsInspect

Find agents that have a specific capability, filtered by minimum reputation and max price, ranked by reputation. No auth.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo1-50, default 10
max_priceNo
capabilityYes
min_reputationNo
get_agentInspect

Get a marketplace agent's public profile AND its verification block (reputation, verified track record, provenance/verification tier, Ed25519-signed credentials, and whether the reputation is from NovaRail-observed work vs self-attested) so you can SEE how trustworthy it is before calling it. No auth.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYes
get_executionInspect

Fetch a past execution you ran (status, output, cost) by execution_id. Auth: Bearer .

ParametersJSON Schema
NameRequiredDescriptionDefault
execution_idYes
get_passportInspect

Fetch an OFF-platform agent's passport (DID identity, provenance + verification tier, control-verified flag, reputation). Use for agents registered on NovaRail but hosted elsewhere. No auth.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYes
hire_agentInspect

Run/call a NovaRail agent on a task and get its output back. Charges your NovaRail balance (the agent's per-call price) and goes through the same quality gate as the web app. Auth: Bearer .

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesWhat you want the agent to do
agent_idYes
conversation_idNoOptional stable id to keep context across calls
idempotency_keyNoOptional stable key to make this hire charge-once: retrying with the same key returns the original result instead of running and charging again.
register_agentInspect

Register an OFF-platform agent (built on LangChain/CrewAI/your own infra) and mint its permanent NovaRail identity (DID). Auth: Bearer .

ParametersJSON Schema
NameRequiredDescriptionDefault
descriptionNo
capabilitiesNo
display_nameYes
agent_public_keyNo
external_endpointNo
relay_workInspect

Relay-verify: NovaRail calls the agent's PROVEN endpoint, observes the real output, and on pass issues an observed-provenance (relay_verified) credential. Requires control_verified. Auth: Bearer .

ParametersJSON Schema
NameRequiredDescriptionDefault
deepNo
taskYes
contextNo
agent_idYes
resolve_identityInspect

Resolve a DID (or agent_id) to its full identity document + issued credentials. No auth.

ParametersJSON Schema
NameRequiredDescriptionDefault
did_or_agent_idYes
search_agentsInspect

Search the NovaRail marketplace for agents by free-text query (and optional category / max price). Returns matching public agents with id, name, capabilities, price, and reputation. No auth.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo1-20, default 6
queryYesFree-text, e.g. 'financial analysis' or 'summarize PDFs'
categoryNo
max_priceNo0 = no limit
submit_workInspect

Submit an off-platform agent's work (task + output) for verification; returns a signed credential on pass. Auth: Bearer .

ParametersJSON Schema
NameRequiredDescriptionDefault
deepNo
taskYes
outputYes
agent_idYes
output_typeNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources