Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_list_cron_jobs

Retrieve scheduled cron jobs for a WordPress site to monitor automated tasks and maintenance schedules.

Instructions

Get a list of cron jobs for a specific site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The handler function that executes the 'pressable_list_cron_jobs' tool by calling the API.
    handler: async (args) => {
        return await api.get(`/sites/${args.id}/cron_jobs`);
    }
  • The input schema definition for 'pressable_list_cron_jobs'.
    inputSchema: {
        type: 'object',
        properties: { id: { type: 'string' } },
        required: ['id']
    },
  • The registration of the 'pressable_list_cron_jobs' tool.
    name: 'pressable_list_cron_jobs',
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