Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRIPP_API_URLNoURL of the Gripp API endpoint.https://api.gripp.com/public/api3.php
GRIPP_API_TOKENYesYour Gripp API token for authentication.
GRIPP_REQUEST_TIMEOUT_MSNoTimeout in milliseconds for API requests.30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
gripp_list_entitiesA

List available Gripp API entities, fields counts, and supported method names.

gripp_describe_entityA

Describe one Gripp API entity, including fields, references, enum values, methods, and examples.

gripp_getB

Retrieve Gripp entities with filters, paging, and ordering. Uses the entity.get API method.

gripp_getoneA

Retrieve a single Gripp entity. Uses the entity.getone API method and returns the first matching item.

gripp_createB

Create a Gripp entity. Requires confirm=true because this writes to Gripp.

gripp_updateA

Update a Gripp entity by ID. Requires confirm=true because this writes to Gripp.

gripp_deleteA

Delete a Gripp entity by ID. Requires confirm=true because this permanently changes Gripp data.

gripp_callB

Call any Gripp API method by full method name. Non-read methods require confirm=true.

gripp_batchB

Execute multiple Gripp API calls in one Gripp transaction. Non-read calls require confirm=true per item.

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/maxancedecot/GrippMCP'

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