Skip to main content
Glama

Server Details

Deploy and host the apps your AI assistant builds — a real server, database, and shareable URL.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 26 tool updates
    • First observedcreate_app
    • First observeddelete_app
    • First observeddeploy
    • First observeddescribe_connector
    • First observedget_app
    • First observedget_platform_conventions
    • First observedgrant_access
    • First observedgrant_connector
    • First observedinvite_user
    • First observedlist_apps
    • First observedlist_connectors
    • First observedlist_grants
    • First observedlist_secret_keys
    • First observedlist_users
    • First observedlogs
    • First observedpropose_connector
    • First observedread_file
    • First observedrequest_public_data_access
    • First observedrevoke_access
    • First observedrollback
    • First observedset_database_sharing
    • First observedset_public_paths
    • First observedset_schedules
    • First observedset_secret
    • First observedstatus
    • First observedwrite_files

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation4/5

Most tools target distinct resources and actions (create_app, delete_app, deploy, etc.). However, grant_access and invite_user both involve granting app access, which could cause confusion. Also, set_database_sharing and set_public_paths both affect data visibility but in different ways, which might require careful reading.

Naming Consistency4/5

The naming predominantly follows a verb_noun pattern (e.g., create_app, delete_app, list_apps, grant_access). There are minor deviations: two tools use 'set_' (set_database_sharing, set_secret) instead of a more specific verb, and request_public_data_access is a bit longer but still clear. Overall, the pattern is consistent and predictable.

Tool Count5/5

26 tools is on the higher end but appropriate for the full lifecycle management of apps on a platform workspace: provisioning, deployment, user/connector management, file operations, configuration, and monitoring. Each tool addresses a specific need without redundancy, and the count reflects the complexity of the domain.

Completeness4/5

The tool surface covers the entire app lifecycle from creation to deletion, including deployment, rollback, secret management, file editing, access control, connector management, and logging. Minor gaps: there is no tool to update an app's metadata (like description) or to list/delete secret keys by name (only set_secret exists). Overall, core workflows are well covered.

Resources