Skip to main content
Glama

manage_wiki

Manage Azure DevOps wiki pages: list, get, create, update, and delete markdown-native pages with optimistic concurrency control.

Instructions

Manage Azure DevOps wiki pages (markdown-native). Actions: 'list', 'get_page', 'list_pages', 'create_page', 'update_page', 'delete_page'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'list', 'get_page', 'list_pages', 'create_page', 'update_page', 'delete_page'
project_keyNoProject name (required)
wiki_idNoWiki name or ID (required for page operations)
page_pathNoWiki page path e.g. /Home or /Design/Architecture (required for page operations)
contentNoPage content in Markdown (for create_page, update_page). Wiki is markdown-native.
versionNoPage version for optimistic concurrency (for update_page)
Behavior2/5

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

No annotations provided, so description must convey behavior. It fails to disclose that actions like create/update/delete are mutating, nor does it mention concurrency control via 'version' parameter, permissions, or reversibility. The term 'Manage' is vague for a tool with destructive operations.

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?

One sentence plus a list of actions is very concise. It is front-loaded with the main purpose. However, the list could be better formatted for readability.

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 tool bundles 6 actions with 6 parameters and no output schema, the description is incomplete. It does not explain return values for each action, relationships between actions, or error scenarios. A more detailed description would be expected for a multi-operation tool.

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?

Schema covers 100% of parameters with descriptions, so baseline is 3. The description emphasizes 'markdown-native,' which adds value but is already implied by the content parameter description. It does not clarify the difference between 'list' and 'list_pages' or provide additional semantic context beyond the schema.

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 it manages Azure DevOps wiki pages and lists all available actions. However, it does not differentiate between 'list' and 'list_pages', which could be ambiguous (list wikis vs list pages). Still, it is specific enough to understand the resource and operations.

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?

No guidance on when to use this tool vs alternatives (e.g., manage_work_items for other content). No prerequisites or conditions are mentioned. The description merely lists actions without usage context.

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/zach-snell/adtk'

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