Skip to main content
Glama
fastmcp-me

Agent Knowledge MCP

by fastmcp-me

get_config

Retrieves the complete configuration from config.json and displays it formatted for review. Use this to inspect or verify the current settings.

Instructions

Get the complete configuration from config.json file with formatted display

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description carries full burden. It states 'Get' and 'formatted display' but does not disclose whether the tool is read-only, if it caches results, or what the formatting entails. For a critical config tool, more transparency is needed.

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?

The description is a single, front-loaded sentence that conveys the core function without wasted words. Every word adds value given the tool's simplicity.

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?

With no parameters and an output schema present, the description adequately covers the basic purpose. However, given the complexity of the domain (multiple config-related tools), additional context about the scope (e.g., 'complete' meaning all keys) would enhance completeness.

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 input schema has zero parameters and 100% coverage. The description correctly reflects this by not needing to explain parameters. It adds value by clarifying the output includes 'formatted display', but no parameters to elaborate on.

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 explicitly states the action (Get) and the resource (complete configuration from config.json), and implies a read-only operation. It effectively distinguishes from sibling tools like update_config or reset_config by specifying it retrieves the full configuration with formatting.

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

Usage Guidelines3/5

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

The description gives a clear purpose but provides no explicit guidance on when to use this tool versus siblings like reload_config, validate_config, or previous config state retrievals. Usage context is implied but not elaborated.

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/fastmcp-me/agentknowledgemcp'

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