Skip to content

docs: document search_docs question param + tool invocation discipline#18

Merged
chinh-dm-holistics merged 3 commits into
mainfrom
docs/clarify-search-docs-param
Jun 4, 2026
Merged

docs: document search_docs question param + tool invocation discipline#18
chinh-dm-holistics merged 3 commits into
mainfrom
docs/clarify-search-docs-param

Conversation

@chinh-dm-holistics

@chinh-dm-holistics chinh-dm-holistics commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Problem

Agents kept invoking holistics mcp search_docs '{"query": "..."}' and getting HTTP 400 from MCP.

Because:

  • The schema requires question (only), with additionalProperties: false.
  • The skill did not name the param nor showed a CLI payload example, so the model fell back to the industry-default query.

https://holistics.slack.com/archives/C09361Z4ME2/p1780314866299949

Bumps

  • holistics-development: 0.5.1 → 0.5.2
  • holistics-reporting: 0.1.0 → 0.1.1

Comment thread plugins/holistics-development/skills/setup-amql-development/SKILL.md Outdated
Comment thread plugins/holistics-development/skills/setup-amql-development/SKILL.md Outdated
Comment thread plugins/holistics-development/skills/setup-amql-development/SKILL.md Outdated
Comment thread plugins/holistics-reporting/CHANGELOG.md
@chinh-dm-holistics chinh-dm-holistics force-pushed the docs/clarify-search-docs-param branch from d3b9d57 to 1fd0f1a Compare June 4, 2026 05:04
@chinh-dm-holistics chinh-dm-holistics requested a review from datbth June 4, 2026 05:08
Comment thread plugins/holistics-common/skills/search-docs/SKILL.md Outdated
…earch_docs question param

Agents were guessing 'query' as the search_docs parameter and hitting

errors from the MCP schema. Skill files never named the param nor showed

an example payload, so the model fell back to industry-default 'query'.

- search-docs/SKILL.md: payload example.

- develop-amql/SKILL.md: link to search-docs skill.

- setup-amql-development/SKILL.md: new 'Tool invocation discipline'

  section telling the agent to run --help before the first call.
holistics-development 0.5.1 -> 0.5.2

holistics-reporting 0.1.0 -> 0.1.1
@chinh-dm-holistics chinh-dm-holistics force-pushed the docs/clarify-search-docs-param branch from 1fd0f1a to 8859371 Compare June 4, 2026 05:25
@chinh-dm-holistics

Copy link
Copy Markdown
Contributor Author

i did force push so cannot answer with the exact commit in review comments.

@chinh-dm-holistics chinh-dm-holistics requested a review from datbth June 4, 2026 05:32
@chinh-dm-holistics chinh-dm-holistics merged commit 755474a into main Jun 4, 2026
3 checks passed
@chinh-dm-holistics chinh-dm-holistics deleted the docs/clarify-search-docs-param branch June 4, 2026 06:08
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.

2 participants