get_folder
Fetch folder or project information by ID, returning all associated details.
Instructions
Get details of a folder/project by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Fetch folder or project information by ID, returning all associated details.
Get details of a folder/project by id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavior. It states a read operation but omits any details about return format, potential errors, or access requirements. For a tool with no output schema, this leaves a significant transparency gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with no fluff. It is appropriately concise for such a simple tool, though it could be slightly more informative without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that there is no output schema, the description should explain what 'details' will be returned. It does not mention any response fields, pagination, or handling of missing ids. For an agent to correctly interpret the result, this is incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single required parameter 'id' is referenced in the description ('by id'), clarifying its role. However, the schema provides no description for the parameter (0% coverage), and the description does not elaborate on what type of id or how it should be formatted. It adds minimal meaning beyond the schema's type declaration.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get details') and the resource ('folder/project by id'), making it distinct from list_folders (which lists all folders). It specifies the key identifier needed to retrieve a single item.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you have a specific folder/project id, but it does not explicitly mention when to prefer get_folder over list_folders or other sibling tools. There is no direct exclusion or alternative guidance, leaving the context to be inferred.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chzkyy/mcp_workato'
If you have feedback or need assistance with the MCP directory API, please join our Discord server