Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_get_account_activity_logs

Retrieve account activity logs to monitor user actions and system events for auditing and troubleshooting purposes.

Instructions

Retrieve activity logs for the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
per_pageNo

Implementation Reference

  • The handler function for 'pressable_get_account_activity_logs' which calls the API to retrieve account activity logs.
    handler: async (args) => {
        return await api.get('/account/activity_logs', args);
    }
  • tools/account.js:12-25 (registration)
    The tool definition and registration for 'pressable_get_account_activity_logs'.
    {
        name: 'pressable_get_account_activity_logs',
        description: 'Retrieve activity logs for the account.',
        inputSchema: {
            type: 'object',
            properties: {
                page: { type: 'integer' },
                per_page: { type: 'integer' }
            }
        },
        handler: async (args) => {
            return await api.get('/account/activity_logs', 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