Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_list_bash_bookmarks

Retrieve and search through saved Bash command bookmarks for managing WordPress sites via the Pressable API.

Instructions

Get a list of Bash command bookmarks for your account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch term for name or command
per_pageNo
pageNo

Implementation Reference

  • The handler function that executes the 'pressable_list_bash_bookmarks' tool by making an API call.
    handler: async (args) => {
        return await api.get('/bash_command_bookmarks', args);
    }
  • The input schema defining the arguments for 'pressable_list_bash_bookmarks'.
    inputSchema: {
        type: 'object',
        properties: {
            search: { type: 'string', description: 'Search term for name or command' },
            per_page: { type: 'integer' },
            page: { type: 'integer' }
        }
    },
  • The tool definition for 'pressable_list_bash_bookmarks' within the bookmarkTools array.
    {
        name: 'pressable_list_bash_bookmarks',
        description: 'Get a list of Bash command bookmarks for your account.',
        inputSchema: {
            type: 'object',
            properties: {
                search: { type: 'string', description: 'Search term for name or command' },
                per_page: { type: 'integer' },
                page: { type: 'integer' }
            }
        },
        handler: async (args) => {
            return await api.get('/bash_command_bookmarks', args);
        }
    },
Install Server

Other Tools

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/PCWProps/pressable-mcp-server'

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