Update bulk-apis skill for consolidated query-job tools (API-319) - #6
Open
ianjkaplan wants to merge 1 commit into
Open
Update bulk-apis skill for consolidated query-job tools (API-319)#6ianjkaplan wants to merge 1 commit into
ianjkaplan wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_resourceChanges:
unify/skills/bulk-apis/SKILL.mdaround the consolidated tools: theresourceenum, theobject_namecontract forobject_records, the describe→create→poll→results loop, and uniform cancel.get_<resource>_query_job_resultsreference inunify/skills/data-tables/SKILL.md.🤖 Generated with Claude Code