feat: v0.11.7 — Glama TDQS overhaul for all 44 MCP tools#56
Merged
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
This was referenced Apr 27, 2026
Merged
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.
Intent
Boost the Glama Tool Definition Quality Score (TDQS) for all 44 MCP tools to improve agent tool selection and task success. The blog notes the server-level score weights the minimum tool score at 40% (60% mean / 40% min), so this PR specifically targets lifting the worst per-tool descriptions.
What changed
src/mcp/tools/_shared.ts—commonSchemas(scope,projectPath,env,teamId,orgId).describe()strings now include formats, defaults, conditional requirements, and concrete examples..describe()strings tightened across all 10 tool files.README.md— MCP tables resynced with the new one-liner descriptions.CHANGELOG.md—0.11.7entry.package.json,server.json(bothversionandpackages[0].version),cursor-plugin/.cursor-plugin/plugin.json, and.cursor-plugin/marketplace.json(auto-synced viapnpm run sync-versions).Risk
tools/listrefresh.pnpm-lock.yamlis unchanged.Test plan
Final MCP smoke test confirmed the server is serving the new descriptions (lengths 366–791 chars, all six TDQS dimensions present).
Follow-ups (after merge to
develop→main)0.11.7(and backfill0.11.5) changelog entries inqring.i4c.studio(separate repo, PR coming next).🤖 Generated with Claude Code
Made with Cursor