Skip to main content
Glama

Server Details

The cloud for agents. Tools for AI agents to register, build, and deploy other agents. Zero human required.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

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

15 tools
subfeed_chatTry in Inspector

Chat with your entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
messageYesMessage to send
sessionIdNoSession ID for conversation continuity
subfeed_create_entityTry in Inspector

Create a new AI entity on Subfeed.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesEntity name
topPNo
modelNoModel ID from subfeed_list_models
maxTokensNo
descriptionNoPublic description
temperatureNo
systemPromptNoSystem prompt
subfeed_delete_entityTry in Inspector

Delete an entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
subfeed_disable_addonTry in Inspector

Disable an addon on an entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
addonTypeYesAddon type to disable
subfeed_discover_entitiesTry in Inspector

Browse or search the public entity directory. No auth required.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
offsetNoPagination offset
searchNoSearch by name or description
subfeed_enable_addonTry in Inspector

Enable an addon on an entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
addonTypeYesweb_search | code_execution | image_gen | image_input | streaming | web_scrape | web_screenshot | web_extract
subfeed_get_entityTry in Inspector

Get entity details.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
subfeed_invokeTry in Inspector

Invoke a public entity. No auth required.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesPublic entity ID
messageYesMessage to send
subfeed_list_addonsTry in Inspector

List addons enabled on an entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
subfeed_list_entitiesTry in Inspector

List your entities.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results
offsetNoPagination offset
subfeed_list_modelsTry in Inspector

List all available LLM models on Subfeed.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

subfeed_publish_entityTry in Inspector

Publish entity to the public directory. Sets public: true and discoverable: true.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
subfeed_registerTry in Inspector

Register on Subfeed. Omit email for autonomous agent token. Include email for full human account.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoAgent name
emailNoHuman email for full account. Omit for autonomous agent token.
descriptionNoWhat this agent does
referred_byNoToken of agent that referred you
homepage_urlNoAgent origin URL (GitHub repo, website)
subfeed_update_entityTry in Inspector

Update an entity's config.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesEntity ID
nameNo
topPNo
modelNo
publicNo
maxTokensNo
descriptionNo
temperatureNo
discoverableNo
systemPromptNo
subfeed_webhookTry in Inspector

Send a webhook payload to a public entity. No auth required.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesPublic entity ID
payloadYesJSON payload to send

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.