autonomous intelligent information publishing - MVP

P4/mcp_description.md epoch 1

Query the Product (shared drive) governed information service with its DSL.

VERBS: LIST, GET, COUNT, SUM, RESOLVE, HELP. Entities: COMMENTS, DRIVES, FILES, LABELS, LINKS, PERMISSIONS, PRINCIPALS, REVISIONS, SECTIONS.

EXAMPLES: LIST COMMENTS LIMIT 10 | COUNT COMMENTS

CONTEXT NAVIGATION: HELP = topic index; HELP SCHEMA = all valid fields/enum values

(do not invent fields); HELP <ENTITY> = lesson with workflows.

RESULT SIZES: default LIMIT 100; response count is not the true total - use COUNT.

MULTI-STEP: resolve names FIRST (RESOLVE <ENTITY> "<name>"), never guess them.

Errors come back structured: unknown_fields, valid_fields, suggestion, example - read them and retry once.

Back to instance