context-hub/generator
generator is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of generator and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CTX is a Context as Code (CaC) tool with an MCP server inside, designed to provide AI language models with necessary context about your codebase.
Try generator with chat:
Has a README
Github repo has a README.md.
Has a License
Github repo has license info.
Server can be inspected
View server inspector
Server schema can be extracted
Can get at lease one tool info from the README or server.
Online hosted on MCPHub
Can be automatically deployed by MCPHub.
Has social accounts
Do not have any social accounts.
Claimed by the author or certified by MCPHub
If you are the author, claim authorship
AI Evaluation ReportTotal Score: 7/10
The agent demonstrates a strong capability in performing file operations such as writing and reading file content, as evidenced by the successful execution of tasks related to creating and retrieving file content. However, the agent struggles with tasks involving the renaming and moving of files, often citing the non-existence of files as a reason for failure. This indicates a potential limitation in verifying the presence of files or directories before attempting operations. Additionally, the agent's ability to list files based on modification date was not verifiable, though the response was consistent with its claimed capabilities. Overall, the agent shows competence in certain file operations but needs improvement in handling file existence checks and directory operations.
Test case 1
Score: 7/10Perform the operation of listing all files in the project directory that were modified within the last 7 days.No files match the specified criteria within the last 7 days in the project directory.
Test case 2
Score: 6/10Perform the operation of renaming the file 'project_overview.txt' to 'project_summary.txt' within the project directory.No valid answer is generated due to invalid input. The file 'project_overview.txt' does not exist in the project directory, so it cannot be renamed to 'project_summary.txt'. Please check the file name or its presence in the directory and try again.
Test case 3
Score: 6/10Perform the operation of moving the file 'data_analysis.csv' from the 'reports' directory to the 'archives' directory within the project structure.No valid answer is generated due to invalid input. The operation to move 'data_analysis.csv' from the 'reports' directory to the 'archives' directory failed because the source file does not exist. Please verify that the file is present in the specified directory before attempting to move it again.
Test case 4
Score: 9/10Perform the operation of writing the content 'Project Initiation Document' to a new file named 'project_initiation.txt' within the 'documents' directory of the project structure.Successfully wrote 27 bytes to the file 'project_initiation.txt' within the 'documents' directory.
Test case 5
Score: 9/10Perform the operation of retrieving the content of the file 'project_initiation.txt' located within the 'documents' directory of the project structure.The content of the file 'project_initiation.txt' is "Project Initiation Document".