Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_get_account_activity_log_actions

Retrieve available activity log actions to monitor and audit account operations for WordPress site management.

Instructions

Get a list of all available activity log actions for the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the 'pressable_get_account_activity_log_actions' tool, including its registration, schema, and handler.
    name: 'pressable_get_account_activity_log_actions',
    description: 'Get a list of all available activity log actions for the account.',
    inputSchema: { type: 'object', properties: {} },
    handler: async () => {
        return await api.get('/account/activity_logs/actions');
    }
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full disclosure burden. It establishes this is a read operation returning a list, but omits behavioral details like whether results are cached, if action types are static, or authorization requirements. No contradictions present.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single 9-word sentence with zero redundancy. Immediately front-loads purpose with 'Get a list' followed by specific resource. Appropriate density for a parameterless metadata tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Sufficient for a simple read-only tool with no parameters. Without output schema, description adequately indicates a list of 'actions' is returned. Could be improved by noting these are action type identifiers used for filtering, but not required.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Zero parameters with empty schema, meeting baseline expectation. Description adds contextual semantics by clarifying the tool returns 'activity log actions' (metadata) rather than requiring action filters as input.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description uses specific verb 'Get' with clear resource 'activity log actions' and scope 'for the account'. The inclusion of 'actions' (vs 'logs') effectively distinguishes this from sibling tool 'pressable_get_account_activity_logs', indicating it returns available action types/categories rather than log entries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides implied context that this retrieves action definitions/metadata, but lacks explicit guidance on when to use it (e.g., 'call this first to see valid action types before querying logs') and doesn't mention the sibling relationship or filtering use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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