Skip to content

Update bulk-apis skill for consolidated query-job tools (API-319) - #6

Open
ianjkaplan wants to merge 1 commit into
mainfrom
ian/api-319-consolidated-bulk-query-tools
Open

Update bulk-apis skill for consolidated query-job tools (API-319)#6
ianjkaplan wants to merge 1 commit into
mainfrom
ian/api-319-consolidated-bulk-query-tools

Conversation

@ianjkaplan

Copy link
Copy Markdown
Collaborator

Companion to the MCP server change for API-319, which consolidates the 21 per-resource *_query_job* MCP tools into six resource-parameterized tools:

  • create_query_job, get_query_job, get_query_job_results, list_query_jobs, cancel_query_job (uniform across all five resources), describe_query_resource

Changes:

  • Rewrite unify/skills/bulk-apis/SKILL.md around the consolidated tools: the resource enum, the object_name contract for object_records, the describe→create→poll→results loop, and uniform cancel.
  • Fix the stale get_<resource>_query_job_results reference in unify/skills/data-tables/SKILL.md.

⚠️ Do not merge until the server change in unifygtm/unify deploys — until then the old tool names are still the live surface.

🤖 Generated with Claude Code

The Unify MCP server's 21 per-resource query-job tools are being replaced
by six resource-parameterized tools (create_query_job, get_query_job,
get_query_job_results, list_query_jobs, cancel_query_job,
describe_query_resource). Update the bulk-apis skill to document the new
surface and fix the stale tool-name reference in data-tables.

Note: merge only after the MCP server change (unifygtm/unify) deploys —
the skill must not reference tools that do not exist yet.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant