Skip to content

Conversation

@chouzz
Copy link
Owner

@chouzz chouzz commented Dec 24, 2025

Summary

  • Remove "Purpose" prefix from all tool descriptions for cleaner format
  • Add detailed parameter descriptions using pydantic Field
  • Improve description formatting with proper paragraph breaks
  • Enhance tool metadata for better IDE/MCP client integration

Changes

All 6 MCP tools now have improved descriptions with:

  • Cleaner format without redundant "Purpose" prefix
  • Better paragraph separation using \n\n
  • Detailed parameter metadata via Annotated[type, Field(description="...")]

Test plan

  • Code passes ruff linting
  • All tool descriptions are properly formatted
  • Parameter descriptions are clear and accurate

- Add emojis and better visual structure
- Enhance feature descriptions and installation instructions
- Improve tool documentation with clearer parameters and usage examples
- Reorganize sections for better readability
- Add security notes and warnings where appropriate
- Remove "Purpose" prefix from all tool descriptions for cleaner format
- Add detailed parameter descriptions using pydantic Field
- Improve description formatting with proper paragraph breaks
- Enhance tool metadata for better IDE/MCP client integration
@chouzz
Copy link
Owner Author

chouzz commented Dec 24, 2025

Closing to recreate as separate PRs

@chouzz chouzz closed this Dec 24, 2025
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