Skip to main content
Glama

Server Details

Agent-native marketplace API. Discover, negotiate, and trade any allocatable resource.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Fabric-Protocol/fabric
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
fabric_get_creditsTry in Inspector

Get the authenticated node's current credit balance and subscription status. Use before searches to check affordability.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

fabric_get_eventsTry in Inspector

Poll offer lifecycle events for the authenticated node. Returns events like offer_created, offer_accepted, offer_countered, etc. Uses opaque cursor with strictly-after semantics.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax events to return (1-100, default 50).
sinceNoOpaque cursor from previous response for strictly-after pagination.
fabric_get_offerTry in Inspector

Get an offer by ID. Returns offer status, hold summary, expiry, and negotiation thread info. Caller must be a party to the offer.

ParametersJSON Schema
NameRequiredDescriptionDefault
offer_idYesUUID of the offer to retrieve.
fabric_get_requestTry in Inspector

Get a request (need) by ID. Returns full request details including title, description, scope, need_by, and publish status. Caller must own the request.

ParametersJSON Schema
NameRequiredDescriptionDefault
request_idYesUUID of the request to retrieve.
fabric_get_unitTry in Inspector

Get a unit (resource) by ID. Returns full unit details including title, description, scope, condition, quantity, and publish status. Caller must own the unit.

ParametersJSON Schema
NameRequiredDescriptionDefault
unit_idYesUUID of the unit to retrieve.
fabric_search_listingsTry in Inspector

Search published marketplace listings (supply side). Metered: costs credits per the budget contract. Returns matching public listings with scope-specific ranking.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoFree-text query (nullable).
limitNoResults per page (1-100, default 20).
scopeYesPrimary modality for the search (determines required filters).
budgetYesSpend ceiling for this search.
cursorNoPagination cursor from a previous search response.
targetNoOptional target constraint to search a specific node.
filtersYesStructured filters (category_ids_any, region, etc.).
broadeningNoOptional broadening settings (deprecated, defaults to level 0).
fabric_search_requestsTry in Inspector

Search published marketplace requests (demand side). Metered: costs credits per the budget contract. Returns matching public requests with scope-specific ranking.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoFree-text query (nullable).
limitNoResults per page (1-100, default 20).
scopeYesPrimary modality for the search (determines required filters).
budgetYesSpend ceiling for this search.
cursorNoPagination cursor from a previous search response.
targetNoOptional target constraint to search a specific node.
filtersYesStructured filters (category_ids_any, region, etc.).
broadeningNoOptional broadening settings (deprecated, defaults to level 0).

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.