Skip to main content
Glama

create_friend_info_folder

Create a folder to organize custom attributes for individual friends. Helps structure friend information for easier management.

Instructions

友だち情報(友だちごとのカスタム属性項目)を整理するためのフォルダを新規作成する。作成できるのみで、削除・更新のAPIは提供されていない。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesフォルダ名
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses that only creation is allowed and no update/delete, which is important behavioral info. It does not mention permissions or side effects, but for a simple folder creation, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no wasted words. First sentence states action and purpose, second sentence adds a crucial constraint. Front-loaded with key info.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple creation tool with one required parameter and no output schema, the description is fairly complete. It explains purpose, the resource type, and the only limitation. Could be improved by noting that folders are used to organize custom attributes, but it's already implied.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% coverage with one parameter 'name'. The description adds context by explaining what the folder is for (organizing friend info), which gives semantic meaning beyond the schema's 'folder name'. This compensates for the lack of param details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates a folder for organizing friend information, explicitly distinguishing it from sibling tools like create_tag_folder by specifying 'friend info'. The verb 'create' and resource 'folder' are specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description notes that only creation is possible and no delete/update APIs exist, which helps the agent set expectations. However, it does not explicitly compare to alternatives like create_tag_folder, though the context implies the distinction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mediiiiium/mcp-jp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server