Skip to main content
Glama
liliangshan

MCP Project Standards Server

by liliangshan

project_info

Get or set project information such as name, language, or basic details in the configuration file to maintain consistent project standards.

Instructions

Get or set project information in configuration file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: "get" to retrieve info, "set" to update info
keyNoKey to update when action is "set" (projectName|developmentLanguage|basicInfo)
valueNoValue to set when action is "set"
Behavior2/5

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

The description only mentions 'get or set', indicating both read and write behavior, but with no annotations, it lacks details on side effects, permissions, or error states. The behavioral disclosure is minimal.

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

Conciseness4/5

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

The description is a single sentence, front-loaded with the key action and resource. It is concise with no fluff, though it could benefit from slight expansion for clarity.

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

Completeness2/5

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

Given the absence of annotations and output schema, the description is insufficiently detailed. It does not explain the scope of 'project information', value format, or error handling, making it incomplete for a tool with 3 parameters.

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

Parameters3/5

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

Input schema has 100% coverage, and the description adds no significant meaning beyond the schema. The baseline is 3 as the schema already explains the parameters.

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

Purpose4/5

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

The description clearly states the tool can get or set project information in a configuration file, specifying the verb and resource. However, it could be more specific about the nature of the 'project information' and the configuration file context.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternative tools. Sibling tools suggest various other operations but no comparison is made. The usage scenario is only implied.

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/liliangshan/mcp-server-project-standards'

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