Skip to main content
Glama
op-enny
by op-enny

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
fakestore_get_productsC

Get all products from the store. Optionally limit results and sort by price.

fakestore_get_productC

Get a single product by its ID

fakestore_get_categoriesB

Get all available product categories

fakestore_get_products_by_categoryC

Get all products in a specific category

fakestore_add_productA

Add a new product to the store (simulation - does not persist)

fakestore_update_productB

Update an existing product (simulation - does not persist)

fakestore_delete_productA

Delete a product (simulation - does not persist)

fakestore_get_cartsB

Get all carts from the store. Optionally limit results and sort.

fakestore_get_cartC

Get a single cart by its ID

fakestore_get_user_cartsB

Get all carts belonging to a specific user

fakestore_add_cartB

Add a new cart (simulation - does not persist)

fakestore_update_cartB

Update an existing cart (simulation - does not persist)

fakestore_delete_cartB

Delete a cart (simulation - does not persist)

fakestore_get_usersC

Get all users from the store. Optionally limit results and sort.

fakestore_get_userB

Get a single user by their ID

fakestore_add_userA

Add a new user (simulation - does not persist)

fakestore_update_userB

Update an existing user (simulation - does not persist)

fakestore_delete_userA

Delete a user (simulation - does not persist)

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/op-enny/mcp-server-fakestore'

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