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_recordsA

Query records from any Gadget model. Supports filtering, sorting, pagination cursors, and field selection. Use introspect_model first to discover available fields, and introspect_filters to see valid filter shapes.

count_recordsA

Return the total number of records for a Gadget model, with optional filtering.

get_recordA

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

introspect_filtersA

Show all available filter fields and their types for a Gadget model. Use this to construct valid filter arguments for query_records and count_records.

introspect_actionsA

List all actions (mutations) available in this Gadget app, including their arguments. Useful for understanding what write operations are available, even though this server is read-only.

get_schema_overviewA

Return all models with their fields and types in a single call. Use this for a broad understanding of the app schema before diving into specific models.

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