@phenomenalorg/mcp 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenomenalorg/mcp",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "description": "Phenomenal MCP bridge — connects a stdio-only MCP client to the Phenomenal MCP server over Streamable HTTP, with browser sign-in.",
6
6
  "license": "MIT",
package/skill/SKILL.md CHANGED
@@ -8,7 +8,7 @@ description: Use when the user wants to manage a PTO, school or club in Phenomen
8
8
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
9
9
  gate fails when these files are not what the registry currently says. -->
10
10
 
11
- _Tool surface: 42 tools · 165 actions · 5 prompts · fingerprint `a8796891`._
11
+ _Tool surface: 42 tools · 170 actions · 5 prompts · fingerprint `bb52a9d1`._
12
12
 
13
13
  You are connected to Phenomenal, the platform for this PTO's site, members, events, tickets, email, forms, store and money.
14
14
 
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 42 tools · 165 actions · 5 prompts · fingerprint `a8796891`._
6
+ _Tool surface: 42 tools · 170 actions · 5 prompts · fingerprint `bb52a9d1`._
7
7
 
8
8
  The curated tools in `references/tools.md` cover the work an officer does most days. Everything else Phenomenal can do is reachable by name:
9
9
 
@@ -15,7 +15,7 @@ Prefer a curated tool when one covers what you need: it is one call instead of t
15
15
 
16
16
  **(confirm)** marks an action that sends mail, moves money, publishes something publicly, deletes something, changes who can do what, or changes the organization's web address. Those change nothing until a person has said yes in words. Every action is subject to your role in the organization regardless; the confirm gate is about being asked, not about being allowed.
17
17
 
18
- Areas: account, brand, broadcasts, connections, domains, drive, email-preferences, events, forms, groups, knowledge, looks, media, meetings, members, money, orders, organization, pages, store, tasks, tickets.
18
+ Areas: account, brand, broadcasts, connections, domains, drive, email-preferences, events, forms, groups, knowledge, looks, media, meetings, members, money, orders, organization, pages, reusable-content, store, tasks, tickets.
19
19
 
20
20
  ## account
21
21
 
@@ -227,6 +227,14 @@ Areas: account, brand, broadcasts, connections, domains, drive, email-preference
227
227
  - `unpublishPage` **(confirm)** — Prefer the `unpublish_page` tool. Take a page off the live site.
228
228
  - `updatePageDraft` — Prefer the `update_page_draft` tool. Replace a page draft with new blocks.
229
229
 
230
+ ## reusable-content
231
+
232
+ - `deleteReusableContent` **(confirm)** — Remove reusable content at an exact expected policy version.
233
+ - `prepareReusableContentCopy` — Prepare an idempotent, 30-minute copy of an authorized reusable revision into complete candidate blocks for one page, event or broadcast at its exact destination token and insertion index.
234
+ - `saveReusableContentNew` — Save a new reusable composition and its first immutable revision from complete blocks, an initial-use audience and a per-operation idempotency key.
235
+ - `saveReusableContentRevision` — Append an immutable complete-block revision using the exact current revision id and policy version plus a per-operation idempotency key.
236
+ - `updateReusableContentPolicy` **(confirm)** — Change reusable-content ownership, metadata, initial-use audience and the complete grant set at an exact expected policy version.
237
+
230
238
  ## store
231
239
 
232
240
  - `createOrgProduct` — Add a product to the store from a catalog blank at a retail price.
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 42 tools · 165 actions · 5 prompts · fingerprint `a8796891`._
6
+ _Tool surface: 42 tools · 170 actions · 5 prompts · fingerprint `bb52a9d1`._
7
7
 
8
8
  Two tools answer questions no curated tool anticipated.
9
9
 
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 42 tools · 165 actions · 5 prompts · fingerprint `a8796891`._
6
+ _Tool surface: 42 tools · 170 actions · 5 prompts · fingerprint `bb52a9d1`._
7
7
 
8
8
  Phenomenal runs a school's PTO: its public website, its member roster, its events and tickets, its email to families, its forms, its store and its money. It exposes all of that over the Model Context Protocol, so an assistant an officer already uses can do the work with them.
9
9
 
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 42 tools · 165 actions · 5 prompts · fingerprint `a8796891`._
6
+ _Tool surface: 42 tools · 170 actions · 5 prompts · fingerprint `bb52a9d1`._
7
7
 
8
8
  Every tool the Phenomenal MCP server offers, in the order a client lists them. `list_my_orgs` is first because every other tool needs an organization id from it.
9
9
 
@@ -473,7 +473,7 @@ Every action Phenomenal can take that the curated tools do not already cover, as
473
473
 
474
474
  **Arguments**
475
475
 
476
- - `area` (string (account | brand | broadcasts | connections | domains | drive | email-preferences | events | forms | groups | knowledge | looks | media | meetings | members | money | orders | organization | pages | store | tasks | tickets)) — Only actions in this part of Phenomenal.
476
+ - `area` (string (account | brand | broadcasts | connections | domains | drive | email-preferences | events | forms | groups | knowledge | looks | media | meetings | members | money | orders | organization | pages | reusable-content | store | tasks | tickets)) — Only actions in this part of Phenomenal.
477
477
  - `search` (string) — Only actions whose name or summary contains this word.
478
478
 
479
479
  ### `describe_mutation`