MCPVault

get_log

MCP tool from Pocketbase MCP by mabeldata

Get a single API request log by ID.

How to use it

get_log is exposed by the Pocketbase MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_log tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Pocketbase MCP

$npx -y @smithery/cli install @mabeldata/pocketbase-mcp --client claude
FULL POCKETBASE MCP LISTING

Other tools in Pocketbase MCP (21)

add_field_migration

Create a migration file for adding a field to an existing collection.

apply_all_migrations

Apply all pending migrations.

apply_migration

Apply a specific migration file.

create_collection_migration

Create a migration file specifically for creating a new PocketBase collection.

create_migration

Create a new, empty PocketBase migration file with a timestamped name.

create_record

Create a new record in a PocketBase collection.

download_file

Get the download URL for a file stored in a PocketBase collection record.

fetch_record

Fetch a single record from a PocketBase collection by ID.

get_collection_schema

Get the schema of a PocketBase collection.

get_logs_stats

Get API request logs statistics with optional filtering.

list_collections

List all collections in the PocketBase instance.

list_cron_jobs

Returns list with all registered app level cron jobs.

list_logs

List API request logs from PocketBase with filtering, sorting, and pagination.

list_migrations

List all migration files found in the PocketBase migrations directory.

list_records

List records from a PocketBase collection. Supports pagination, filtering, sorting, and expanding relations.

revert_migration

Revert a specific migration file.

revert_to_migration

Revert migrations up to a specific target.

run_cron_job

Triggers a single cron job by its id.

set_migrations_directory

Set the directory where migration files will be created and read from.

update_record

Update an existing record in a PocketBase collection.

upload_file

Upload a file to a specific field in a PocketBase collection record.