Conversation
All 44 tools now ship a 3-sentence description hitting the six Glama
Tool Definition Quality Score dimensions (purpose, when-to-use vs.
siblings, side-effects/audit/network, parameter semantics, conciseness,
returns). Common parameter schemas (`scope`, `projectPath`, `env`,
`teamId`, `orgId`) and per-tool Zod `.describe()` strings now include
formats, defaults, and concrete examples to lift the per-tool minimum
score that dominates the server-level grade (60% mean / 40% min).
- src/mcp/tools/_shared.ts: enriched commonSchemas describe() strings
- src/mcp/tools/{secrets,project,tunnel,teleport,audit,validation,hooks,
tooling,agent,policy}.ts: 44 tool descriptions rewritten + parameter
describe() strings tightened
- README.md: MCP tables resynced with new one-liners
- CHANGELOG.md: 0.11.7 entry
- package.json / server.json / plugin.json / marketplace.json: 0.11.7
No runtime / MCP wire-format changes — agents will see longer, clearer
tool descriptions on next tools/list refresh; tool names, parameters,
and return shapes are unchanged.
Test plan:
- pnpm run typecheck ✓
- pnpm run lint ✓ (max-warnings 0)
- pnpm run build ✓
- pnpm run test:ci ✓ (24 files / 164 tests)
Made-with: Cursor
feat: v0.11.7 — Glama TDQS overhaul for all 44 MCP tools
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.
Release v0.11.7
This is the release PR — it bundles the v0.11.7 work merged into
developand ships it tomain, which triggers the npm + MCP Registry publish workflow on tag push.What's in this release
A documentation-quality release: every one of the 44 MCP tools now ships a 3-sentence description hitting all six Glama Tool Definition Quality Score (TDQS) dimensions (purpose, when-to-use vs. siblings, side-effects/audit/network, parameter semantics, conciseness, returns), and shared parameter schemas (
scope,projectPath,env,teamId,orgId) plus per-tool Zod.describe()strings now include formats, defaults, and concrete examples.The server-level TDQS weights the per-tool minimum at 40% (60% mean / 40% min), so this release specifically targets lifting the worst per-tool descriptions to drag the floor up.
Changed
commonSchemas(src/mcp/tools/_shared.ts).describe()strings now include formats, defaults, and conditional requirements.feature-docs-sync.mdcandrelease-process.mdcrules updated to cover the moved-out marketing site (qring.i4c.studio) — explicit cross-repo file map and downstream-sync table.Notes
tools/listrefresh.qring.i4c.studio(not enforced by this repo's CI; tracked byrelease-process.mdcdownstream-sync table).v0.11.7frommainto firepublish.yml(npm + MCP Registry via OIDC), then trigger a Glama re-sync from the admin panel.Version consistency
package.json0.11.7✓server.json(version)0.11.7✓server.json(packages[0].version)0.11.7✓cursor-plugin/.cursor-plugin/plugin.json0.11.7✓.cursor-plugin/marketplace.json0.11.7✓Test plan
All checks already green on
developfrom PR #56:pnpm run typecheck✓pnpm run lint✓ (max-warnings 0)pnpm run build✓pnpm run test:ci✓ (24 files / 164 tests)analyze (javascript-typescript)✓🤖 Generated with Claude Code
Made with Cursor