get_page_properties

Retrieve page metadata and database properties by page UUID.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mufarosean/Parallx --skill get-page-properties
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get_page_properties
Source: https://github.com/mufarosean/Parallx/tree/main/.parallx/skills/get_page_properties
Command: npx skills add https://github.com/mufarosean/Parallx --skill get-page-properties

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieving and normalizing page metadata and database properties across content systems is repetitive and error-prone, creating friction for UIs, audits, and sync jobs that need consistent page-level fields.

Core Features & Use Cases

  • Metadata Retrieval: Returns title, icon, creation date, and other page metadata for a given page UUID.
  • Database/Property Access: Exposes database properties and block counts useful for analytics, content audits, and synchronization tasks.
  • Use Case: Generate a dashboard showing page creation trends and block counts, or populate a UI list with page icons and titles for quick navigation.

Quick Start

Use the get_page_properties skill to fetch the title, icon, creation date, and block count for a page by providing its pageId.

Frequently Asked Questions about get_page_properties

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve page metadata and database properties using a page UUID?

To retrieve page metadata and database properties, provide the page UUID to fetch structured fields including title, icon, created_time, and block_count for programmatic consumption.

Can I get the block count and creation date for a specific page in a knowledge-base system?

Yes, you can get the block count and creation date by querying the page UUID, which returns the created_time and block_count fields alongside the title and icon metadata.

What is the best way to extract page titles and icons for a content synchronization job?

The best way to extract page titles and icons for synchronization is to request page properties via the UUID, returning normalized structured fields suitable for sync jobs and UI display.

Does retrieving page properties require any specific dependencies or components?

Retrieving page properties requires no dependencies or components, accepting only the page UUID as input to return the title, icon, creation date, and block count.

How do I audit page-level data like block counts across a content management system?

To audit page-level data across a content management system, query individual page UUIDs to retrieve their block count and metadata, enabling analytics and content audits.

Why does normalizing page metadata across content systems cause friction for UIs?

Normalizing page metadata causes friction because retrieving consistent page-level fields like title and icon is repetitive and error-prone without a structured query returning standardized data.