We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toolprint/hypertool-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
documentation.yml•1.84 KiB
name: Documentation Issue
description: Report issues or suggest improvements for documentation
title: "[Docs]: "
labels: ["documentation", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Help us improve our documentation by reporting issues or suggesting improvements.
- type: dropdown
id: type
attributes:
label: Documentation Type
description: What type of documentation issue is this?
options:
- Missing documentation
- Incorrect documentation
- Unclear documentation
- Typo or formatting issue
- Documentation enhancement
validations:
required: true
- type: input
id: location
attributes:
label: Documentation Location
description: Where in the documentation did you find this issue?
placeholder: "README.md, API docs, etc."
validations:
required: true
- type: textarea
id: issue
attributes:
label: Issue Description
description: Describe the documentation issue
placeholder: "The documentation states... but it should be..."
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggested Improvement
description: How would you improve this documentation?
placeholder: "I suggest changing it to..."
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Any additional context or examples
- type: checkboxes
id: contribution
attributes:
label: Contribution
options:
- label: I am willing to submit a PR to fix this documentation issue
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I have searched for similar documentation issues
required: true