Skip to main content
Glama

ise_openapi_repo_create

Create a new repository in Cisco ISE. Provide the repository data as a JSON body and optionally specify the target deployment.

Instructions

[Repository] Create a new repository (POST /api/v1/repository)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesJSON request body.
deploymentNoTarget ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. As a POST (create/mutation) operation, it should inform the agent about side effects, idempotency, validation behavior, or what happens on duplicate names. The description reveals nothing about side effects, error modes, or operational characteristics beyond the HTTP verb in the endpoint path.

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

Conciseness3/5

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

The description is minimal and compact (single line), with the schema carrying the substance. However, it's under-specified — the '[Repository]' tag and bare endpoint path provide no narrative value, and critical context about what a repository is could fit in the same line budget. This is efficiency without substance.

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?

This is a mutation tool with zero annotations and no output schema. The 'data' parameter is a nested JSON body whose structure is completely opaque to the agent — the agent would have no idea what fields are required to create a valid repository. For a create operation with a complex object body, the description should reference documentation, provide field hints, or at minimum warn about the nested structure.

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 description coverage is 100% — both 'data' and 'deployment' parameters are described in the schema. The 'data' field is described as 'JSON request body' which tells the agent the structure is opaque (likely a complex nested repository object), and the deployment parameter has a rich description with format examples and a pointer to ise_list_deployments. However, the description itself adds nothing about parameters beyond what the schema conveys, so baseline 3 is appropriate.

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

Purpose2/5

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

The description '[Repository] Create a new repository (POST /api/v1/repository)' states a verb+resource ('Create a new repository'), but it doesn't clarify what a 'repository' is in this ISE context or how it differs from sibling tools like ise_openapi_repo_list, ise_openapi_repo_get, ise_openapi_repo_update, or ise_openapi_repo_delete. The '[Repository]' prefix is a weak categorization rather than meaningful differentiation.

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 alternatives. It doesn't mention whether this is the standard way to create repositories versus some other path, nor does it describe any prerequisites (e.g., needing an existing deployment, available disk space, naming conventions). The deployment parameter mentions calling ise_list_deployments but that's parameter-level guidance, not usage context for the tool itself.

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/TheOtherBrad/cisco-ise-mcp'

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