Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GADGET_APPYesApp slug, e.g. my-app
GADGET_API_KEYYesProduction API key
GADGET_ENVIRONMENTNoThe environment to connect to (production or development)production

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
introspect_modelA

List all fields and their types for a Gadget model. Run this first when you're unsure what fields exist on a model.

list_modelsA

List all models (types) available in this Gadget app via GraphQL introspection.

query_recordsB

Query records from any Gadget model. Specify the model name and a GraphQL field selection. Use introspect_model first to discover available fields.

get_recordA

Get a single Gadget record by ID. Specify the model name, record ID, and fields to return.

run_graphqlA

Run an arbitrary read-only GraphQL query against the Gadget app. Use this for complex queries with nested relations or custom filtering that query_records can't express.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stronger-eCommerce/gadget-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server