Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_get_bash_bookmark

Retrieve a specific Bash command bookmark by ID to access saved commands for managing WordPress sites through the Pressable API.

Instructions

Get a specific Bash command bookmark by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • Implementation of the 'pressable_get_bash_bookmark' tool, which retrieves a specific Bash command bookmark by its ID.
    name: 'pressable_get_bash_bookmark',
    description: 'Get a specific Bash command bookmark by ID.',
    inputSchema: {
        type: 'object',
        properties: { id: { type: 'integer' } },
        required: ['id']
    },
    handler: async (args) => {
        return await api.get(`/bash_command_bookmarks/${args.id}`);
    }
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